Html Css Color HEX #8E7F76 Hurricane

📋 copy color: '#8E7F76'

red 142 ◦ green 127 ◦ blue 118

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

Shades of Hurricane #8E7F76

Tints of Hurricane #8E7F76

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

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

R = 36.69%
G = 32.82%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E7F76 (or 0x8E7F76) is known color: Hurricane. HEX triplet: 8E, 7F and 76. RGB value is (142,127,118). Sum of RGB (Red+Green+Blue) = 142+127+118=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7F76 is #718089. Grayscale: #828282. Windows color (decimal): -7438474 or 7765902. OLE color: 7765902.

HSL color Cylindrical-coordinate representation of color #8E7F76: hue angle of 22.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 #8E7F76 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 127 118 -
CMYK 0 0.11 0.17 0.44
HSL 22.5º 0.1% 0.51% -
HSV(B) 22.5º 0.17% 0.56% -
XYZ 22.01 22.24 20.27 -
YUV 130.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 142 127 118 0 0.11 0.17 0.44 22.5 0.1 0.51
Hex 8E 7F 76 0 B 11 2C 16 A 33
Octal 216 177 166 0 13 21 54 26 12 63
Binary 10001110 1111111 1110110 0 1011 10001 101100 10110 1010 110011

Color Harmonies of #8E7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7F76

Black with #8E7F76

Text Example


Text Example

White with #8E7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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