#750700

Color #750700 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #750700

Tints of Maroon #750700

Color information

#750700 (or 0x750700) is unknown color: approx Maroon. HEX triplet: 75, 07 and 00. RGB value is (117,7,0). Sum of RGB (Red+Green+Blue) = 117+7+0=124 (16% of max value = 765). Red value is 117 (46.09% from 255 or 94.35% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 117 - color contains mainly: red. Hex color #750700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750700 is #8AF8FF. Grayscale: #272727. Windows color (decimal): -9107712 or 1909. OLE color: 1909.

HSL color Cylindrical-coordinate representation of color #750700: hue angle of 3.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750700 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB11770-
CMYK00.9410.54
HSL3.59º100%22.94%-
HSV(B)3.59º100%45.88%-
XYZ7.413.930.37-
YUV39.09105.94183.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 94.35%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.35%
G=5.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177000.9410.543.5910022.94
Hex757005E643646417
Octal16570013614466414427
Binary11101011110010111101100100110110100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750700; }

 p { color: rgb(117,7,0); }

 H1.HeaderClassName
 {
   color: #750700;
 }
 .AnyTagClassName
 {
   color: #750700;
 }
</style>
background-color css

<style>
 a { background-color: #750700; }

 a { background-color: rgb(117,7,0); }

 div.DivClassName
 {
   background-color: #750700;
 }
 .BgClassName
 {
   background-color: #750700;
 }
</style>
border-color css

<style>
 span { border-color: #750700; }

 span { border-color: rgb(117,7,0); }

 td.TdClassName
 {
   border-color: #750700;
 }
 .TagClassName
 {
   border-color: #750700;
 }
</style>