Html Css Color HEX #771200 Maroon

📋 copy color: '#771200'

red 119 ◦ green 18 ◦ blue 0

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

Shades of Maroon #771200

Tints of Maroon #771200

RGB

 RED value IS 119 (46.88% from 255) = 86.86%

 GREEN value IS 18 (7.42% from 255) = 13.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.86%
G = 13.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#771200 (or 0x771200) is known color: Maroon. HEX triplet: 77, 12 and 00. RGB value is (119,18,0). Sum of RGB (Red+Green+Blue) = 119+18+0=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #771200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771200 is #88EDFF. Grayscale: #2E2E2E. Windows color (decimal): -8973824 or 4727. OLE color: 4727.

HSL color Cylindrical-coordinate representation of color #771200: hue angle of 9.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #771200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 0 -
CMYK 0 0.85 1 0.53
HSL 9.08º 1% 0.23% -
HSV(B) 9.08º 1% 0.47% -
XYZ 7.82 4.35 0.43 -
YUV 46.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 119 18 0 0 0.85 1 0.53 9.08 1 0.23
Hex 77 12 0 0 55 64 35 9 64 17
Octal 167 22 0 0 125 144 65 11 144 27
Binary 1110111 10010 0 0 1010101 1100100 110101 1001 1100100 10111

Color Harmonies of #771200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771200

Black with #771200

Text Example


Text Example

White with #771200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771200; }

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

 H1.HeaderClassName
 {
   color: #771200;
 }
 .AnyTagClassName
 {
   color: #771200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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