#8C818B

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

Shades of Taupe Grey #8C818B

Tints of Taupe Grey #8C818B

Color information

#8C818B (or 0x8C818B) is unknown color: approx Taupe Grey. HEX triplet: 8C, 81 and 8B. RGB value is (140,129,139). Sum of RGB (Red+Green+Blue) = 140+129+139=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 140 - color contains mainly: red. Hex color #8C818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C818B is #737E74. Grayscale: #858585. Windows color (decimal): -7569013 or 9142668. OLE color: 9142668.

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

Color convert

RGB140129139-
CMYK00.080.010.45
HSL305.45º4.56%52.75%-
HSV(B)305.45º7.86%54.9%-
XYZ23.3323.1427.66-
YUV133.43131.14132.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=34.31%
G=31.62%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012913900.080.010.45305.454.5652.75
Hex8C818B0812D131535
Octal214201213010155461565
Binary100011001000000110001011010001101101100110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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