#8C858B

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

Shades of Taupe Grey #8C858B

Tints of Taupe Grey #8C858B

Color information

#8C858B (or 0x8C858B) is unknown color: approx Taupe Grey. HEX triplet: 8C, 85 and 8B. RGB value is (140,133,139). Sum of RGB (Red+Green+Blue) = 140+133+139=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 140 - color contains mainly: red. Hex color #8C858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C858B is #737A74. Grayscale: #878787. Windows color (decimal): -7567989 or 9143692. OLE color: 9143692.

HSL color Cylindrical-coordinate representation of color #8C858B: hue angle of 308.57º 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 #8C858B is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB140133139-
CMYK00.050.010.45
HSL308.57º2.95%53.53%-
HSV(B)308.57º5%54.9%-
XYZ23.8624.2127.84-
YUV135.78129.82131.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.98%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=33.98%
G=32.28%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013313900.050.010.45308.572.9553.53
Hex8C858B0512D135336
Octal21420521305155465366
Binary1000110010000101100010110101110110110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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