Html Css Color HEX #770202 Maroon

📋 copy color: '#770202'

red 119 ◦ green 2 ◦ blue 2

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

Shades of Maroon #770202

Tints of Maroon #770202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 96.75%
G = 1.63%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#770202 (or 0x770202) is known color: Maroon. HEX triplet: 77, 02 and 02. RGB value is (119,2,2). Sum of RGB (Red+Green+Blue) = 119+2+2=123 (16% of max value = 765). Red value is 119 (46.88% from 255 or 96.75% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 119 - color contains mainly: red. Hex color #770202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770202 is #88FDFD. Grayscale: #252525. Windows color (decimal): -8977918 or 131703. OLE color: 131703.

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

Color convert

RGB 119 2 2 -
CMYK 0 0.98 0.98 0.53
HSL 0.97% 0.24% -
HSV(B) 0.98% 0.47% -
XYZ 7.64 3.97 0.42 -
YUV 36.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 119 2 2 0 0.98 0.98 0.53 0 0.97 0.24
Hex 77 2 2 0 62 62 35 0 61 18
Octal 167 2 2 0 142 142 65 0 141 30
Binary 1110111 10 10 0 1100010 1100010 110101 0 1100001 11000

Color Harmonies of #770202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770202

Black with #770202

Text Example


Text Example

White with #770202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770202; }

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

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

background-color css

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

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

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

border-color css

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

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

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