#8C898B

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

Shades of Taupe Grey #8C898B

Tints of Taupe Grey #8C898B

Color information

#8C898B (or 0x8C898B) is unknown color: approx Taupe Grey. HEX triplet: 8C, 89 and 8B. RGB value is (140,137,139). Sum of RGB (Red+Green+Blue) = 140+137+139=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 140 - color contains mainly: red. Hex color #8C898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C898B is #737674. Grayscale: #8A8A8A. Windows color (decimal): -7566965 or 9144716. OLE color: 9144716.

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

Color convert

RGB140137139-
CMYK00.020.010.45
HSL320º1.29%54.31%-
HSV(B)320º2.14%54.9%-
XYZ24.4225.3328.03-
YUV138.12128.49129.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=33.65%
G=32.93%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013713900.020.010.453201.2954.31
Hex8C898B0212D140136
Octal21421121302155500166
Binary10001100100010011000101101011011011010000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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