#8D897F

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

Shades of Heathered Grey #8D897F

Tints of Heathered Grey #8D897F

Color information

#8D897F (or 0x8D897F) is unknown color: approx Heathered Grey. HEX triplet: 8D, 89 and 7F. RGB value is (141,137,127). Sum of RGB (Red+Green+Blue) = 141+137+127=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 141 - color contains mainly: red. Hex color #8D897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D897F is #727680. Grayscale: #898989. Windows color (decimal): -7501441 or 8358285. OLE color: 8358285.

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

Color convert

RGB141137127-
CMYK00.030.100.45
HSL42.86º5.79%52.55%-
HSV(B)42.86º9.93%55.29%-
XYZ23.7625.0923.67-
YUV137.06122.33130.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.81%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 127 (50% from 255) = 31.36%
R=34.81%
G=33.83%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113712700.030.100.4542.865.7952.55
Hex8D897F03A2D2b635
Octal21521117703125553665
Binary100011011000100111111110111010101101101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,137,127); }

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

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

 a { background-color: rgb(141,137,127); }

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

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

 span { border-color: rgb(141,137,127); }

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