#770B0A

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

Shades of Maroon #770B0A

Tints of Maroon #770B0A

Color information

#770B0A (or 0x770B0A) is unknown color: approx Maroon. HEX triplet: 77, 0B and 0A. RGB value is (119,11,10). Sum of RGB (Red+Green+Blue) = 119+11+10=140 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 119 - color contains mainly: red. Hex color #770B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B0A is #88F4F5. Grayscale: #2B2B2B. Windows color (decimal): -8975606 or 658295. OLE color: 658295.

HSL color Cylindrical-coordinate representation of color #770B0A: hue angle of 0.55º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770B0A is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1191110-
CMYK00.910.920.53
HSL0.55º84.5%25.29%-
HSV(B)0.55º91.6%46.67%-
XYZ7.784.180.68-
YUV43.18109.28182.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 85%
GREEN value IS 11 (4.69% from 255) = 7.86%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=85%
G=7.86%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119111000.910.920.530.5584.525.29
Hex77BA05B5C3515419
Octal1671312013313465112431
Binary1110111101110100101101110111001101011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,11,10); }

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

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

 a { background-color: rgb(119,11,10); }

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

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

 span { border-color: rgb(119,11,10); }

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