Html Css Color HEX #8E857E Hurricane

📋 copy color: '#8E857E'

red 142 ◦ green 133 ◦ blue 126

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

Shades of Hurricane #8E857E

Tints of Hurricane #8E857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 35.41%
G = 33.17%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E857E (or 0x8E857E) is known color: Hurricane. HEX triplet: 8E, 85 and 7E. RGB value is (142,133,126). Sum of RGB (Red+Green+Blue) = 142+133+126=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 142 - color contains mainly: red. Hex color #8E857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E857E is #717A81. Grayscale: #868686. Windows color (decimal): -7436930 or 8291726. OLE color: 8291726.

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

Color convert

RGB 142 133 126 -
CMYK 0 0.06 0.11 0.44
HSL 26.25º 0.07% 0.53% -
HSV(B) 26.25º 0.11% 0.56% -
XYZ 23.31 24.03 23.15 -
YUV 134.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 142 133 126 0 0.06 0.11 0.44 26.25 0.07 0.53
Hex 8E 85 7E 0 6 B 2C 1A 7 35
Octal 216 205 176 0 6 13 54 32 7 65
Binary 10001110 10000101 1111110 0 110 1011 101100 11010 111 110101

Color Harmonies of #8E857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E857E

Black with #8E857E

Text Example


Text Example

White with #8E857E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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