Html Css Color HEX #8E7D76 Hurricane

📋 copy color: '#8E7D76'

red 142 ◦ green 125 ◦ blue 118

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

Shades of Hurricane #8E7D76

Tints of Hurricane #8E7D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 36.88%
G = 32.47%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E7D76 (or 0x8E7D76) is known color: Hurricane. HEX triplet: 8E, 7D and 76. RGB value is (142,125,118). Sum of RGB (Red+Green+Blue) = 142+125+118=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D76 is #718289. Grayscale: #818181. Windows color (decimal): -7438986 or 7765390. OLE color: 7765390.

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

Color convert

RGB 142 125 118 -
CMYK 0 0.12 0.17 0.44
HSL 17.5º 0.1% 0.51% -
HSV(B) 17.5º 0.17% 0.56% -
XYZ 21.76 21.73 20.19 -
YUV 129.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 142 125 118 0 0.12 0.17 0.44 17.5 0.1 0.51
Hex 8E 7D 76 0 C 11 2C 12 A 33
Octal 216 175 166 0 14 21 54 22 12 63
Binary 10001110 1111101 1110110 0 1100 10001 101100 10010 1010 110011

Color Harmonies of #8E7D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7D76

Black with #8E7D76

Text Example


Text Example

White with #8E7D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,125,118); }

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

background-color css

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

 a { background-color: rgb(142,125,118); }

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

border-color css

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

 span { border-color: rgb(142,125,118); }

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