#770D02

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

Shades of Maroon #770D02

Tints of Maroon #770D02

Color information

#770D02 (or 0x770D02) is unknown color: approx Maroon. HEX triplet: 77, 0D and 02. RGB value is (119,13,2). Sum of RGB (Red+Green+Blue) = 119+13+2=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #770D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D02 is #88F2FD. Grayscale: #2B2B2B. Windows color (decimal): -8975102 or 134519. OLE color: 134519.

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

Color convert

RGB119132-
CMYK00.890.980.53
HSL5.64º96.69%23.73%-
HSV(B)5.64º98.32%46.67%-
XYZ7.764.210.46-
YUV43.44104.62181.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 88.81%
GREEN value IS 13 (5.47% from 255) = 9.70%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=88.81%
G=9.70%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11913200.890.980.535.6496.6923.73
Hex77D2059623566118
Octal167152013114265614130
Binary1110111110110010110011100010110101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,13,2); }

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

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

 a { background-color: rgb(119,13,2); }

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

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

 span { border-color: rgb(119,13,2); }

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