#8E827E

Color #8E827E Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #8E827E

Tints of Suva Grey #8E827E

Color information

#8E827E (or 0x8E827E) is unknown color: approx Suva Grey. HEX triplet: 8E, 82 and 7E. RGB value is (142,130,126). Sum of RGB (Red+Green+Blue) = 142+130+126=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 142 - color contains mainly: red. Hex color #8E827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E827E is #717D81. Grayscale: #858585. Windows color (decimal): -7437698 or 8290958. OLE color: 8290958.

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

Color convert

RGB142130126-
CMYK00.080.110.44
HSL15º6.61%52.55%-
HSV(B)15º11.27%55.69%-
XYZ22.923.2223.01-
YUV133.13123.98134.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=35.68%
G=32.66%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213012600.080.110.44156.6152.55
Hex8E827E08B2Cf735
Octal216202176010135417765
Binary100011101000001011111100100010111011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E827E;
 }
 .AnyTagClassName
 {
   color: #8E827E;
 }
</style>
background-color css

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

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

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

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

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

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