#8E837D

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

Shades of Hurricane #8E837D

Tints of Hurricane #8E837D

Color information

#8E837D (or 0x8E837D) is unknown color: approx Hurricane. HEX triplet: 8E, 83 and 7D. RGB value is (142,131,125). Sum of RGB (Red+Green+Blue) = 142+131+125=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 142 - color contains mainly: red. Hex color #8E837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E837D is #717C82. Grayscale: #858585. Windows color (decimal): -7437443 or 8225678. OLE color: 8225678.

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

Color convert

RGB142131125-
CMYK00.080.120.44
HSL21.18º7%52.35%-
HSV(B)21.18º11.97%55.69%-
XYZ22.9723.4622.72-
YUV133.6123.14133.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=35.68%
G=32.91%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213112500.080.120.4421.18752.35
Hex8E837D08C2C15734
Octal216203175010145425764
Binary1000111010000011111110101000110010110010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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