#8C8288

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

Shades of Taupe Grey #8C8288

Tints of Taupe Grey #8C8288

Color information

#8C8288 (or 0x8C8288) is unknown color: approx Taupe Grey. HEX triplet: 8C, 82 and 88. RGB value is (140,130,136). Sum of RGB (Red+Green+Blue) = 140+130+136=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8288 is #737D77. Grayscale: #858585. Windows color (decimal): -7568760 or 8946316. OLE color: 8946316.

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

Color convert

RGB140130136-
CMYK00.070.030.45
HSL324º4.17%52.94%-
HSV(B)324º7.14%54.9%-
XYZ23.2423.3226.57-
YUV133.67129.31132.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.48%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=34.48%
G=32.02%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013013600.070.030.453244.1752.94
Hex8C82880732D144435
Octal21420221007355504465
Binary100011001000001010001000011111101101101000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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