#770C05

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

Shades of Maroon #770C05

Tints of Maroon #770C05

Color information

#770C05 (or 0x770C05) is unknown color: approx Maroon. HEX triplet: 77, 0C and 05. RGB value is (119,12,5). Sum of RGB (Red+Green+Blue) = 119+12+5=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #770C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C05 is #88F3FA. Grayscale: #2B2B2B. Windows color (decimal): -8975355 or 330871. OLE color: 330871.

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

Color convert

RGB119125-
CMYK00.900.960.53
HSL3.68º91.94%24.31%-
HSV(B)3.68º95.8%46.67%-
XYZ7.774.20.54-
YUV43.19106.45182.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 87.5%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=87.5%
G=8.82%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11912500.900.960.533.6891.9424.31
Hex77C505A603545c18
Octal167145013214065413430
Binary11101111100101010110101100000110101100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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