#8E857F

Color #8E857F Hurricane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hurricane #8E857F

Tints of Hurricane #8E857F

Color information

#8E857F (or 0x8E857F) is unknown color: approx Hurricane. HEX triplet: 8E, 85 and 7F. RGB value is (142,133,127). Sum of RGB (Red+Green+Blue) = 142+133+127=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 142 - color contains mainly: red. Hex color #8E857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E857F is #717A80. Grayscale: #878787. Windows color (decimal): -7436929 or 8357262. OLE color: 8357262.

HSL color Cylindrical-coordinate representation of color #8E857F: hue angle of 24º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E857F is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB142133127-
CMYK00.060.110.44
HSL24º6.22%52.75%-
HSV(B)24º10.56%55.69%-
XYZ23.3724.0623.49-
YUV135.01123.48132.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.32%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 127 (50% from 255) = 31.59%
R=35.32%
G=33.08%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213312700.060.110.44246.2252.75
Hex8E857F06B2C18635
Octal21620517706135430665
Binary100011101000010111111110110101110110011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E857F;
 }
 .AnyTagClassName
 {
   color: #8E857F;
 }
</style>
background-color css

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

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

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

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

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

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