#760E04

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

Shades of Maroon #760E04

Tints of Maroon #760E04

Color information

#760E04 (or 0x760E04) is unknown color: approx Maroon. HEX triplet: 76, 0E and 04. RGB value is (118,14,4). Sum of RGB (Red+Green+Blue) = 118+14+4=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #760E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E04 is #89F1FB. Grayscale: #2C2C2C. Windows color (decimal): -9040380 or 265846. OLE color: 265846.

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

Color convert

RGB118144-
CMYK00.880.970.54
HSL5.26º93.44%23.92%-
HSV(B)5.26º96.61%46.27%-
XYZ7.654.170.52-
YUV43.96105.46180.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 86.76%
GREEN value IS 14 (5.86% from 255) = 10.29%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=86.76%
G=10.29%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11814400.880.970.545.2693.4423.92
Hex76E4058613655d18
Octal166164013014166513530
Binary11101101110100010110001100001110110101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,14,4); }

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

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

 a { background-color: rgb(118,14,4); }

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

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

 span { border-color: rgb(118,14,4); }

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