#770C06

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

Shades of Maroon #770C06

Tints of Maroon #770C06

Color information

#770C06 (or 0x770C06) is unknown color: approx Maroon. HEX triplet: 77, 0C and 06. RGB value is (119,12,6). Sum of RGB (Red+Green+Blue) = 119+12+6=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #770C06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C06 is #88F3F9. Grayscale: #2B2B2B. Windows color (decimal): -8975354 or 396407. OLE color: 396407.

HSL color Cylindrical-coordinate representation of color #770C06: hue angle of 3.19º 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 #770C06 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB119126-
CMYK00.900.950.53
HSL3.19º90.4%24.51%-
HSV(B)3.19º94.96%46.67%-
XYZ7.774.20.57-
YUV43.31106.95181.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 86.86%
GREEN value IS 12 (5.08% from 255) = 8.76%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=86.86%
G=8.76%
B=4.38%

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
Decimal11912600.900.950.533.1990.424.51
Hex77C605A5F3535a19
Octal167146013213765313231
Binary1110111110011001011010101111111010111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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