#770604

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

Shades of Maroon #770604

Tints of Maroon #770604

Color information

#770604 (or 0x770604) is unknown color: approx Maroon. HEX triplet: 77, 06 and 04. RGB value is (119,6,4). Sum of RGB (Red+Green+Blue) = 119+6+4=129 (17% of max value = 765). Red value is 119 (46.88% from 255 or 92.25% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 119 - color contains mainly: red. Hex color #770604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770604 is #88F9FB. Grayscale: #272727. Windows color (decimal): -8976892 or 263799. OLE color: 263799.

HSL color Cylindrical-coordinate representation of color #770604: hue angle of 1.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770604 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB11964-
CMYK00.950.970.53
HSL1.04º93.5%24.12%-
HSV(B)1.04º96.64%46.67%-
XYZ7.694.060.49-
YUV39.56107.94184.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 92.25%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 4 (1.95% from 255) = 3.10%
R=92.25%
G=4.65%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196400.950.970.531.0493.524.12
Hex776405F613515d18
Octal16764013714165113530
Binary11101111101000101111111000011101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770604; }

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

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

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

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

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

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

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

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