Html Css Color HEX #8E847D Hurricane

📋 copy color: '#8E847D'

red 142 ◦ green 132 ◦ blue 125

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

Shades of Hurricane #8E847D

Tints of Hurricane #8E847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 35.59%
G = 33.08%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E847D (or 0x8E847D) is known color: Hurricane. HEX triplet: 8E, 84 and 7D. RGB value is (142,132,125). Sum of RGB (Red+Green+Blue) = 142+132+125=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 142 - color contains mainly: red. Hex color #8E847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E847D is #717B82. Grayscale: #868686. Windows color (decimal): -7437187 or 8225934. OLE color: 8225934.

HSL color Cylindrical-coordinate representation of color #8E847D: hue angle of 24.71º 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 #8E847D is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 132 125 -
CMYK 0 0.07 0.12 0.44
HSL 24.71º 0.07% 0.52% -
HSV(B) 24.71º 0.12% 0.56% -
XYZ 23.11 23.73 22.77 -
YUV 134.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 142 132 125 0 0.07 0.12 0.44 24.71 0.07 0.52
Hex 8E 84 7D 0 7 C 2C 19 7 34
Octal 216 204 175 0 7 14 54 31 7 64
Binary 10001110 10000100 1111101 0 111 1100 101100 11001 111 110100

Color Harmonies of #8E847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E847D

Black with #8E847D

Text Example


Text Example

White with #8E847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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