#770F02

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

Shades of Maroon #770F02

Tints of Maroon #770F02

Color information

#770F02 (or 0x770F02) is unknown color: approx Maroon. HEX triplet: 77, 0F and 02. RGB value is (119,15,2). Sum of RGB (Red+Green+Blue) = 119+15+2=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #770F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770F02 is #88F0FD. Grayscale: #2C2C2C. Windows color (decimal): -8974590 or 135031. OLE color: 135031.

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

Color convert

RGB119152-
CMYK00.870.980.53
HSL6.67º96.69%23.73%-
HSV(B)6.67º98.32%46.67%-
XYZ7.794.270.47-
YUV44.61103.96181.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 87.5%
GREEN value IS 15 (6.25% from 255) = 11.03%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=87.5%
G=11.03%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11915200.870.980.536.6796.6923.73
Hex77F2057623576118
Octal167172012714265714130
Binary1110111111110010101111100010110101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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