#760A06

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

Shades of Maroon #760A06

Tints of Maroon #760A06

Color information

#760A06 (or 0x760A06) is unknown color: approx Maroon. HEX triplet: 76, 0A and 06. RGB value is (118,10,6). Sum of RGB (Red+Green+Blue) = 118+10+6=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #760A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A06 is #89F5F9. Grayscale: #292929. Windows color (decimal): -9041402 or 395894. OLE color: 395894.

HSL color Cylindrical-coordinate representation of color #760A06: hue angle of 2.14º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760A06 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB118106-
CMYK00.920.950.54
HSL2.14º90.32%24.31%-
HSV(B)2.14º94.92%46.27%-
XYZ7.614.080.56-
YUV41.84107.78182.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 88.06%
GREEN value IS 10 (4.30% from 255) = 7.46%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=88.06%
G=7.46%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810600.920.950.542.1490.3224.31
Hex76A605C5F3625a18
Octal166126013413766213230
Binary1110110101011001011100101111111011010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,10,6); }

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

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

 a { background-color: rgb(118,10,6); }

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

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

 span { border-color: rgb(118,10,6); }

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