#761200

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

Shades of Maroon #761200

Tints of Maroon #761200

Color information

#761200 (or 0x761200) is unknown color: approx Maroon. HEX triplet: 76, 12 and 00. RGB value is (118,18,0). Sum of RGB (Red+Green+Blue) = 118+18+0=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #761200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761200 is #89EDFF. Grayscale: #2E2E2E. Windows color (decimal): -9039360 or 4726. OLE color: 4726.

HSL color Cylindrical-coordinate representation of color #761200: hue angle of 9.15º 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 #761200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB118180-
CMYK00.8510.54
HSL9.15º100%23.14%-
HSV(B)9.15º100%46.27%-
XYZ7.694.280.42-
YUV45.85102.13179.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 86.76%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.76%
G=13.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11818000.8510.549.1510023.14
Hex76120055643696417
Octal1662200125144661114427
Binary11101101001000101010111001001101101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761200; }

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

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

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

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

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

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

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

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