#8C8880

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

Shades of Heathered Grey #8C8880

Tints of Heathered Grey #8C8880

Color information

#8C8880 (or 0x8C8880) is unknown color: approx Heathered Grey. HEX triplet: 8C, 88 and 80. RGB value is (140,136,128). Sum of RGB (Red+Green+Blue) = 140+136+128=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8880 is #73777F. Grayscale: #888888. Windows color (decimal): -7567232 or 8423564. OLE color: 8423564.

HSL color Cylindrical-coordinate representation of color #8C8880: hue angle of 40º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8880 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB140136128-
CMYK00.030.090.45
HSL40º4.96%52.55%-
HSV(B)40º8.57%54.9%-
XYZ23.5224.7423.96-
YUV136.28123.33130.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=34.65%
G=33.66%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013612800.030.090.45404.9652.55
Hex8C88800392D28535
Octal21421020003115550565
Binary1000110010001000100000000111001101101101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,128); }

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

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

 a { background-color: rgb(140,136,128); }

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

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

 span { border-color: rgb(140,136,128); }

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