#770E05

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

Shades of Maroon #770E05

Tints of Maroon #770E05

Color information

#770E05 (or 0x770E05) is unknown color: approx Maroon. HEX triplet: 77, 0E and 05. RGB value is (119,14,5). Sum of RGB (Red+Green+Blue) = 119+14+5=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #770E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E05 is #88F1FA. Grayscale: #2C2C2C. Windows color (decimal): -8974843 or 331383. OLE color: 331383.

HSL color Cylindrical-coordinate representation of color #770E05: hue angle of 4.74º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770E05 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB119145-
CMYK00.880.960.53
HSL4.74º91.94%24.31%-
HSV(B)4.74º95.8%46.67%-
XYZ7.794.250.55-
YUV44.37105.79181.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 86.23%
GREEN value IS 14 (5.86% from 255) = 10.14%
BLUE value IS 5 (2.34% from 255) = 3.62%
R=86.23%
G=10.14%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11914500.880.960.534.7491.9424.31
Hex77E5058603555c18
Octal167165013014065513430
Binary11101111110101010110001100000110101101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,14,5); }

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

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

 a { background-color: rgb(119,14,5); }

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

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

 span { border-color: rgb(119,14,5); }

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