Html Css Color HEX #770402 Maroon

📋 copy color: '#770402'

red 119 ◦ green 4 ◦ blue 2

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

Shades of Maroon #770402

Tints of Maroon #770402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.2%

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

R = 95.2%
G = 3.2%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#770402 (or 0x770402) is known color: Maroon. HEX triplet: 77, 04 and 02. RGB value is (119,4,2). Sum of RGB (Red+Green+Blue) = 119+4+2=125 (16% of max value = 765). Red value is 119 (46.88% from 255 or 95.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 119 - color contains mainly: red. Hex color #770402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770402 is #88FBFD. Grayscale: #262626. Windows color (decimal): -8977406 or 132215. OLE color: 132215.

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

Color convert

RGB 119 4 2 -
CMYK 0 0.97 0.98 0.53
HSL 1.03º 0.97% 0.24% -
HSV(B) 1.03º 0.98% 0.47% -
XYZ 7.66 4.01 0.43 -
YUV 38.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 119 4 2 0 0.97 0.98 0.53 1.03 0.97 0.24
Hex 77 4 2 0 61 62 35 1 61 18
Octal 167 4 2 0 141 142 65 1 141 30
Binary 1110111 100 10 0 1100001 1100010 110101 1 1100001 11000

Color Harmonies of #770402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770402

Black with #770402

Text Example


Text Example

White with #770402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770402; }

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

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

background-color css

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

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

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

border-color css

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

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

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