Html Css Color HEX #8E8077 Hurricane

📋 copy color: '#8E8077'

red 142 ◦ green 128 ◦ blue 119

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

Shades of Hurricane #8E8077

Tints of Hurricane #8E8077

RGB

 RED value IS 142 (55.86% from 255) = 36.5%

 GREEN value IS 128 (50.39% from 255) = 32.9%

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 36.5%
G = 32.9%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E8077 (or 0x8E8077) is known color: Hurricane. HEX triplet: 8E, 80 and 77. RGB value is (142,128,119). Sum of RGB (Red+Green+Blue) = 142+128+119=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8077 is #717F88. Grayscale: #838383. Windows color (decimal): -7438217 or 7831694. OLE color: 7831694.

HSL color Cylindrical-coordinate representation of color #8E8077: hue angle of 23.48º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E8077 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 128 119 -
CMYK 0 0.10 0.16 0.44
HSL 23.48º 0.09% 0.51% -
HSV(B) 23.48º 0.16% 0.56% -
XYZ 22.2 22.52 20.63 -
YUV 131.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 142 128 119 0 0.10 0.16 0.44 23.48 0.09 0.51
Hex 8E 80 77 0 A 10 2C 17 9 33
Octal 216 200 167 0 12 20 54 27 11 63
Binary 10001110 10000000 1110111 0 1010 10000 101100 10111 1001 110011

Color Harmonies of #8E8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8077

Black with #8E8077

Text Example


Text Example

White with #8E8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E8077; }

 p { color: rgb(142,128,119); }

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

background-color css

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

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

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

border-color css

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

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

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