#8D858B

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

Shades of Taupe Grey #8D858B

Tints of Taupe Grey #8D858B

Color information

#8D858B (or 0x8D858B) is unknown color: approx Taupe Grey. HEX triplet: 8D, 85 and 8B. RGB value is (141,133,139). Sum of RGB (Red+Green+Blue) = 141+133+139=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 141 - color contains mainly: red. Hex color #8D858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D858B is #727A74. Grayscale: #888888. Windows color (decimal): -7502453 or 9143693. OLE color: 9143693.

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

Color convert

RGB141133139-
CMYK00.060.010.45
HSL315º3.39%53.73%-
HSV(B)315º5.67%55.29%-
XYZ24.0324.327.85-
YUV136.08129.65131.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=34.14%
G=32.20%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113313900.060.010.453153.3953.73
Hex8D858B0612D13b336
Octal21520521306155473366
Binary1000110110000101100010110110110110110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,133,139); }

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

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

 a { background-color: rgb(141,133,139); }

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

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

 span { border-color: rgb(141,133,139); }

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