#770C00

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

Shades of Maroon #770C00

Tints of Maroon #770C00

Color information

#770C00 (or 0x770C00) is unknown color: approx Maroon. HEX triplet: 77, 0C and 00. RGB value is (119,12,0). Sum of RGB (Red+Green+Blue) = 119+12+0=131 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.84% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 119 - color contains mainly: red. Hex color #770C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C00 is #88F3FF. Grayscale: #2A2A2A. Windows color (decimal): -8975360 or 3191. OLE color: 3191.

HSL color Cylindrical-coordinate representation of color #770C00: hue angle of 6.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770C00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB119120-
CMYK00.9010.53
HSL6.05º100%23.33%-
HSV(B)6.05º100%46.67%-
XYZ7.744.180.4-
YUV42.62103.95182.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 90.84%
GREEN value IS 12 (5.08% from 255) = 9.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.84%
G=9.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11912000.9010.536.0510023.33
Hex77C005A643566417
Octal167140013214465614427
Binary111011111000010110101100100110101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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