Html Css Color HEX #770200 Maroon

📋 copy color: '#770200'

red 119 ◦ green 2 ◦ blue 0

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

Shades of Maroon #770200

Tints of Maroon #770200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 98.35%
G = 1.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#770200 (or 0x770200) is known color: Maroon. HEX triplet: 77, 02 and 00. RGB value is (119,2,0). Sum of RGB (Red+Green+Blue) = 119+2+0=121 (16% of max value = 765). Red value is 119 (46.88% from 255 or 98.35% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 119 - color contains mainly: red. Hex color #770200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770200 is #88FDFF. Grayscale: #242424. Windows color (decimal): -8977920 or 631. OLE color: 631.

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

Color convert

RGB 119 2 0 -
CMYK 0 0.98 1 0.53
HSL 1.01º 1% 0.23% -
HSV(B) 1.01º 1% 0.47% -
XYZ 7.63 3.97 0.36 -
YUV 36.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 119 2 0 0 0.98 1 0.53 1.01 1 0.23
Hex 77 2 0 0 62 64 35 1 64 17
Octal 167 2 0 0 142 144 65 1 144 27
Binary 1110111 10 0 0 1100010 1100100 110101 1 1100100 10111

Color Harmonies of #770200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770200

Black with #770200

Text Example


Text Example

White with #770200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770200; }

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

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

background-color css

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

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

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

border-color css

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

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

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