Html Css Color HEX #8E827B Hurricane

📋 copy color: '#8E827B'

red 142 ◦ green 130 ◦ blue 123

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

Shades of Hurricane #8E827B

Tints of Hurricane #8E827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.14%

R = 35.95%
G = 32.91%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E827B (or 0x8E827B) is known color: Hurricane. HEX triplet: 8E, 82 and 7B. RGB value is (142,130,123). Sum of RGB (Red+Green+Blue) = 142+130+123=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 142 - color contains mainly: red. Hex color #8E827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E827B is #717D84. Grayscale: #848484. Windows color (decimal): -7437701 or 8094350. OLE color: 8094350.

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

Color convert

RGB 142 130 123 -
CMYK 0 0.08 0.13 0.44
HSL 22.11º 0.08% 0.52% -
HSV(B) 22.11º 0.13% 0.56% -
XYZ 22.71 23.15 22.01 -
YUV 132.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 142 130 123 0 0.08 0.13 0.44 22.11 0.08 0.52
Hex 8E 82 7B 0 8 D 2C 16 8 34
Octal 216 202 173 0 10 15 54 26 10 64
Binary 10001110 10000010 1111011 0 1000 1101 101100 10110 1000 110100

Color Harmonies of #8E827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E827B

Black with #8E827B

Text Example


Text Example

White with #8E827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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