#770906

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

Shades of Maroon #770906

Tints of Maroon #770906

Color information

#770906 (or 0x770906) is unknown color: approx Maroon. HEX triplet: 77, 09 and 06. RGB value is (119,9,6). Sum of RGB (Red+Green+Blue) = 119+9+6=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #770906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770906 is #88F6F9. Grayscale: #292929. Windows color (decimal): -8976122 or 395639. OLE color: 395639.

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

Color convert

RGB11996-
CMYK00.920.950.53
HSL1.59º90.4%24.51%-
HSV(B)1.59º94.96%46.67%-
XYZ7.744.130.56-
YUV41.55107.94183.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 88.81%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=88.81%
G=6.72%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199600.920.950.531.5990.424.51
Hex779605C5F3525a19
Octal167116013413765213231
Binary1110111100111001011100101111111010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770906; }

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

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

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

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

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

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

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

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