#770E02

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

Shades of Maroon #770E02

Tints of Maroon #770E02

Color information

#770E02 (or 0x770E02) is unknown color: approx Maroon. HEX triplet: 77, 0E and 02. RGB value is (119,14,2). Sum of RGB (Red+Green+Blue) = 119+14+2=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #770E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E02 is #88F1FD. Grayscale: #2C2C2C. Windows color (decimal): -8974846 or 134775. OLE color: 134775.

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

Color convert

RGB119142-
CMYK00.880.980.53
HSL6.15º96.69%23.73%-
HSV(B)6.15º98.32%46.67%-
XYZ7.784.240.47-
YUV44.03104.29181.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 88.15%
GREEN value IS 14 (5.86% from 255) = 10.37%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=88.15%
G=10.37%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11914200.880.980.536.1596.6923.73
Hex77E2058623566118
Octal167162013014265614130
Binary1110111111010010110001100010110101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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