#8C838A

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

Shades of Taupe Grey #8C838A

Tints of Taupe Grey #8C838A

Color information

#8C838A (or 0x8C838A) is unknown color: approx Taupe Grey. HEX triplet: 8C, 83 and 8A. RGB value is (140,131,138). Sum of RGB (Red+Green+Blue) = 140+131+138=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 140 - color contains mainly: red. Hex color #8C838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C838A is #737C75. Grayscale: #868686. Windows color (decimal): -7568502 or 9077644. OLE color: 9077644.

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

Color convert

RGB140131138-
CMYK00.060.010.45
HSL313.33º3.77%53.14%-
HSV(B)313.33º6.43%54.9%-
XYZ23.5223.6427.37-
YUV134.49129.98131.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.23%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=34.23%
G=32.03%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013113800.060.010.45313.333.7753.14
Hex8C838A0612D139435
Octal21420321206155471465
Binary10001100100000111000101001101101101100111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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