#770E01

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

Shades of Maroon #770E01

Tints of Maroon #770E01

Color information

#770E01 (or 0x770E01) is unknown color: approx Maroon. HEX triplet: 77, 0E and 01. RGB value is (119,14,1). Sum of RGB (Red+Green+Blue) = 119+14+1=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #770E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E01 is #88F1FE. Grayscale: #2C2C2C. Windows color (decimal): -8974847 or 69239. OLE color: 69239.

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

Color convert

RGB119141-
CMYK00.880.990.53
HSL6.61º98.33%23.53%-
HSV(B)6.61º99.16%46.67%-
XYZ7.774.240.44-
YUV43.91103.79181.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 88.81%
GREEN value IS 14 (5.86% from 255) = 10.45%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=88.81%
G=10.45%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11914100.880.990.536.6198.3323.53
Hex77E1058633576218
Octal167161013014365714230
Binary111011111101010110001100011110101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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