Html Css Color HEX #770802 Maroon

📋 copy color: '#770802'

red 119 ◦ green 8 ◦ blue 2

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

Shades of Maroon #770802

Tints of Maroon #770802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 92.25%
G = 6.2%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#770802 (or 0x770802) is known color: Maroon. HEX triplet: 77, 08 and 02. RGB value is (119,8,2). Sum of RGB (Red+Green+Blue) = 119+8+2=129 (17% of max value = 765). Red value is 119 (46.88% from 255 or 92.25% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 119 - color contains mainly: red. Hex color #770802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770802 is #88F7FD. Grayscale: #282828. Windows color (decimal): -8976382 or 133239. OLE color: 133239.

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

Color convert

RGB 119 8 2 -
CMYK 0 0.93 0.98 0.53
HSL 3.08º 0.97% 0.24% -
HSV(B) 3.08º 0.98% 0.47% -
XYZ 7.71 4.1 0.44 -
YUV 40.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 119 8 2 0 0.93 0.98 0.53 3.08 0.97 0.24
Hex 77 8 2 0 5D 62 35 3 61 18
Octal 167 10 2 0 135 142 65 3 141 30
Binary 1110111 1000 10 0 1011101 1100010 110101 11 1100001 11000

Color Harmonies of #770802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770802

Black with #770802

Text Example


Text Example

White with #770802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770802; }

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

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

background-color css

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

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

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

border-color css

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

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

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