#760F00

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

Shades of Maroon #760F00

Tints of Maroon #760F00

Color information

#760F00 (or 0x760F00) is unknown color: approx Maroon. HEX triplet: 76, 0F and 00. RGB value is (118,15,0). Sum of RGB (Red+Green+Blue) = 118+15+0=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #760F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F00 is #89F0FF. Grayscale: #2C2C2C. Windows color (decimal): -9040128 or 3958. OLE color: 3958.

HSL color Cylindrical-coordinate representation of color #760F00: hue angle of 7.63º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760F00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB118150-
CMYK00.8710.54
HSL7.63º100%23.14%-
HSV(B)7.63º100%46.27%-
XYZ7.644.190.41-
YUV44.09103.12180.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 88.72%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.72%
G=11.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11815000.8710.547.6310023.14
Hex76F0057643686417
Octal1661700127144661014427
Binary1110110111100101011111001001101101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,15,0); }

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

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

 a { background-color: rgb(118,15,0); }

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

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

 span { border-color: rgb(118,15,0); }

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