#780C06

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

Shades of Maroon #780C06

Tints of Maroon #780C06

Color information

#780C06 (or 0x780C06) is unknown color: approx Maroon. HEX triplet: 78, 0C and 06. RGB value is (120,12,6). Sum of RGB (Red+Green+Blue) = 120+12+6=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #780C06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780C06 is #87F3F9. Grayscale: #2B2B2B. Windows color (decimal): -8909818 or 396408. OLE color: 396408.

HSL color Cylindrical-coordinate representation of color #780C06: hue angle of 3.16º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780C06 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB120126-
CMYK00.900.950.53
HSL3.16º90.48%24.71%-
HSV(B)3.16º95%47.06%-
XYZ7.914.270.58-
YUV43.61106.78182.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 86.96%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=86.96%
G=8.70%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012600.900.950.533.1690.4824.71
Hex78C605A5F3535a19
Octal170146013213765313231
Binary1111000110011001011010101111111010111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780C06; }

 p { color: rgb(120,12,6); }

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

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

 a { background-color: rgb(120,12,6); }

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

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

 span { border-color: rgb(120,12,6); }

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