#8E786F

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

Shades of Hurricane #8E786F

Tints of Hurricane #8E786F

Color information

#8E786F (or 0x8E786F) is unknown color: approx Hurricane. HEX triplet: 8E, 78 and 6F. RGB value is (142,120,111). Sum of RGB (Red+Green+Blue) = 142+120+111=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E786F is #718790. Grayscale: #7D7D7D. Windows color (decimal): -7440273 or 7305358. OLE color: 7305358.

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

Color convert

RGB142120111-
CMYK00.150.220.44
HSL17.42º12.25%49.61%-
HSV(B)17.42º21.83%55.69%-
XYZ20.7420.3317.87-
YUV125.55119.79139.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=38.07%
G=32.17%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212011100.150.220.4417.4212.2549.61
Hex8E786F0F162C11c32
Octal2161701570172654211462
Binary10001110111100011011110111110110101100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,120,111); }

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

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

 a { background-color: rgb(142,120,111); }

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

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

 span { border-color: rgb(142,120,111); }

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