Html Css Color HEX #761200 Maroon

📋 copy color: '#761200'

red 118 ◦ green 18 ◦ blue 0

#761200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #761200

Tints of Maroon #761200

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 value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#761200 (or 0x761200) is known color: 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

RGB 118 18 0 -
CMYK 0 0.85 1 0.54
HSL 9.15º 1% 0.23% -
HSV(B) 9.15º 1% 0.46% -
XYZ 7.69 4.28 0.42 -
YUV 45.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 118 18 0 0 0.85 1 0.54 9.15 1 0.23
Hex 76 12 0 0 55 64 36 9 64 17
Octal 166 22 0 0 125 144 66 11 144 27
Binary 1110110 10010 0 0 1010101 1100100 110110 1001 1100100 10111

Color Harmonies of #761200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761200

Black with #761200

Text Example


Text Example

White with #761200

Text Example


Text Example

HTML Codes & Css Web 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>