#770B08

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

Shades of Maroon #770B08

Tints of Maroon #770B08

Color information

#770B08 (or 0x770B08) is unknown color: approx Maroon. HEX triplet: 77, 0B and 08. RGB value is (119,11,8). Sum of RGB (Red+Green+Blue) = 119+11+8=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #770B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B08 is #88F4F7. Grayscale: #2B2B2B. Windows color (decimal): -8975608 or 527223. OLE color: 527223.

HSL color Cylindrical-coordinate representation of color #770B08: hue angle of 1.62º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770B08 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB119118-
CMYK00.910.930.53
HSL1.62º87.4%24.9%-
HSV(B)1.62º93.28%46.67%-
XYZ7.774.180.63-
YUV42.95108.28182.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 86.23%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=86.23%
G=7.97%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911800.910.930.531.6287.424.9
Hex77B805B5D3525719
Octal1671310013313565212731
Binary11101111011100001011011101110111010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,11,8); }

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

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

 a { background-color: rgb(119,11,8); }

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

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

 span { border-color: rgb(119,11,8); }

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