Html Css Color HEX #771008 Maroon

📋 copy color: '#771008'

red 119 ◦ green 16 ◦ blue 8

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

Shades of Maroon #771008

Tints of Maroon #771008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.19%

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

R = 83.22%
G = 11.19%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#771008 (or 0x771008) is known color: Maroon. HEX triplet: 77, 10 and 08. RGB value is (119,16,8). Sum of RGB (Red+Green+Blue) = 119+16+8=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #771008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771008 is #88EFF7. Grayscale: #2E2E2E. Windows color (decimal): -8974328 or 528503. OLE color: 528503.

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

Color convert

RGB 119 16 8 -
CMYK 0 0.87 0.93 0.53
HSL 4.32º 0.87% 0.25% -
HSV(B) 4.32º 0.93% 0.47% -
XYZ 7.84 4.31 0.65 -
YUV 45.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 119 16 8 0 0.87 0.93 0.53 4.32 0.87 0.25
Hex 77 10 8 0 57 5D 35 4 57 19
Octal 167 20 10 0 127 135 65 4 127 31
Binary 1110111 10000 1000 0 1010111 1011101 110101 100 1010111 11001

Color Harmonies of #771008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771008

Black with #771008

Text Example


Text Example

White with #771008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771008; }

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

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

background-color css

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

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

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

border-color css

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

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

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