#760C0B

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

Shades of Maroon #760C0B

Tints of Maroon #760C0B

Color information

#760C0B (or 0x760C0B) is unknown color: approx Maroon. HEX triplet: 76, 0C and 0B. RGB value is (118,12,11). Sum of RGB (Red+Green+Blue) = 118+12+11=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C0B is #89F3F4. Grayscale: #2B2B2B. Windows color (decimal): -9040885 or 724086. OLE color: 724086.

HSL color Cylindrical-coordinate representation of color #760C0B: hue angle of 0.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760C0B is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1181211-
CMYK00.900.910.54
HSL0.56º82.95%25.29%-
HSV(B)0.56º90.68%46.27%-
XYZ7.664.140.71-
YUV43.58109.62181.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.69%
GREEN value IS 12 (5.08% from 255) = 8.51%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=83.69%
G=8.51%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118121100.900.910.540.5682.9525.29
Hex76CB05A5B3615319
Octal1661413013213366112331
Binary1110110110010110101101010110111101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760C0B; }

 p { color: rgb(118,12,11); }

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

<style>
 a { background-color: #760C0B; }

 a { background-color: rgb(118,12,11); }

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

<style>
 span { border-color: #760C0B; }

 span { border-color: rgb(118,12,11); }

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