Html Css Color HEX #8E8482 Suva Grey

📋 copy color: '#8E8482'

red 142 ◦ green 132 ◦ blue 130

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

Shades of Suva Grey #8E8482

Tints of Suva Grey #8E8482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.18%

R = 35.15%
G = 32.67%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E8482 (or 0x8E8482) is known color: Suva Grey. HEX triplet: 8E, 84 and 82. RGB value is (142,132,130). Sum of RGB (Red+Green+Blue) = 142+132+130=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8482 is #717B7D. Grayscale: #868686. Windows color (decimal): -7437182 or 8553614. OLE color: 8553614.

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

Color convert

RGB 142 132 130 -
CMYK 0 0.07 0.08 0.44
HSL 10º 0.05% 0.53% -
HSV(B) 10º 0.08% 0.56% -
XYZ 23.44 23.87 24.49 -
YUV 134.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 142 132 130 0 0.07 0.08 0.44 10 0.05 0.53
Hex 8E 84 82 0 7 8 2C A 5 35
Octal 216 204 202 0 7 10 54 12 5 65
Binary 10001110 10000100 10000010 0 111 1000 101100 1010 101 110101

Color Harmonies of #8E8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8482

Black with #8E8482

Text Example


Text Example

White with #8E8482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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