Html Css Color HEX #8E827D Hurricane

📋 copy color: '#8E827D'

red 142 ◦ green 130 ◦ blue 125

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

Shades of Hurricane #8E827D

Tints of Hurricane #8E827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 35.77%
G = 32.75%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E827D (or 0x8E827D) is known color: Hurricane. HEX triplet: 8E, 82 and 7D. RGB value is (142,130,125). Sum of RGB (Red+Green+Blue) = 142+130+125=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 142 - color contains mainly: red. Hex color #8E827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E827D is #717D82. Grayscale: #858585. Windows color (decimal): -7437699 or 8225422. OLE color: 8225422.

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

Color convert

RGB 142 130 125 -
CMYK 0 0.08 0.12 0.44
HSL 17.65º 0.07% 0.52% -
HSV(B) 17.65º 0.12% 0.56% -
XYZ 22.84 23.2 22.68 -
YUV 133.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 142 130 125 0 0.08 0.12 0.44 17.65 0.07 0.52
Hex 8E 82 7D 0 8 C 2C 12 7 34
Octal 216 202 175 0 10 14 54 22 7 64
Binary 10001110 10000010 1111101 0 1000 1100 101100 10010 111 110100

Color Harmonies of #8E827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E827D

Black with #8E827D

Text Example


Text Example

White with #8E827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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