Html Css Color HEX #770808 Maroon

📋 copy color: '#770808'

red 119 ◦ green 8 ◦ blue 8

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

Shades of Maroon #770808

Tints of Maroon #770808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.93%

R = 88.15%
G = 5.93%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#770808 (or 0x770808) is known color: Maroon. HEX triplet: 77, 08 and 08. RGB value is (119,8,8). Sum of RGB (Red+Green+Blue) = 119+8+8=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #770808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770808 is #88F7F7. Grayscale: #292929. Windows color (decimal): -8976376 or 526455. OLE color: 526455.

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

Color convert

RGB 119 8 8 -
CMYK 0 0.93 0.93 0.53
HSL 0.87% 0.25% -
HSV(B) 0.93% 0.47% -
XYZ 7.74 4.11 0.62 -
YUV 41.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 119 8 8 0 0.93 0.93 0.53 0 0.87 0.25
Hex 77 8 8 0 5D 5D 35 0 57 19
Octal 167 10 10 0 135 135 65 0 127 31
Binary 1110111 1000 1000 0 1011101 1011101 110101 0 1010111 11001

Color Harmonies of #770808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770808

Black with #770808

Text Example


Text Example

White with #770808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770808; }

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

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

background-color css

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

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

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

border-color css

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

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

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