#8C828A

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

Shades of Taupe Grey #8C828A

Tints of Taupe Grey #8C828A

Color information

#8C828A (or 0x8C828A) is unknown color: approx Taupe Grey. HEX triplet: 8C, 82 and 8A. RGB value is (140,130,138). Sum of RGB (Red+Green+Blue) = 140+130+138=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 140 - color contains mainly: red. Hex color #8C828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C828A is #737D75. Grayscale: #858585. Windows color (decimal): -7568758 or 9077388. OLE color: 9077388.

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

Color convert

RGB140130138-
CMYK00.070.010.45
HSL312º4.17%52.94%-
HSV(B)312º7.14%54.9%-
XYZ23.3923.3827.32-
YUV133.9130.31132.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=34.31%
G=31.86%
B=33.82%

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
Decimal14013013800.070.010.453124.1752.94
Hex8C828A0712D138435
Octal21420221207155470465
Binary10001100100000101000101001111101101100111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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