#8C8A85

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

Shades of Heathered Grey #8C8A85

Tints of Heathered Grey #8C8A85

Color information

#8C8A85 (or 0x8C8A85) is unknown color: approx Heathered Grey. HEX triplet: 8C, 8A and 85. RGB value is (140,138,133). Sum of RGB (Red+Green+Blue) = 140+138+133=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A85 is #73757A. Grayscale: #8A8A8A. Windows color (decimal): -7566715 or 8751756. OLE color: 8751756.

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

Color convert

RGB140138133-
CMYK00.010.050.45
HSL42.86º2.95%53.53%-
HSV(B)42.86º5%54.9%-
XYZ24.1425.4525.83-
YUV138.03125.16129.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=34.06%
G=33.58%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013813300.010.050.4542.862.9553.53
Hex8C8A850152D2b336
Octal2142122050155553366
Binary1000110010001010100001010110110110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,138,133); }

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

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

 a { background-color: rgb(140,138,133); }

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

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

 span { border-color: rgb(140,138,133); }

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