#8C828B

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

Shades of Taupe Grey #8C828B

Tints of Taupe Grey #8C828B

Color information

#8C828B (or 0x8C828B) is unknown color: approx Taupe Grey. HEX triplet: 8C, 82 and 8B. RGB value is (140,130,139). Sum of RGB (Red+Green+Blue) = 140+130+139=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 140 - color contains mainly: red. Hex color #8C828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C828B is #737D74. Grayscale: #858585. Windows color (decimal): -7568757 or 9142924. OLE color: 9142924.

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

Color convert

RGB140130139-
CMYK00.070.010.45
HSL306º4.17%52.94%-
HSV(B)306º7.14%54.9%-
XYZ23.4623.427.71-
YUV134.02130.81132.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.23%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=34.23%
G=31.78%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013013900.070.010.453064.1752.94
Hex8C828B0712D132435
Octal21420221307155462465
Binary10001100100000101000101101111101101100110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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