#8C8088

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

Shades of Taupe Grey #8C8088

Tints of Taupe Grey #8C8088

Color information

#8C8088 (or 0x8C8088) is unknown color: approx Taupe Grey. HEX triplet: 8C, 80 and 88. RGB value is (140,128,136). Sum of RGB (Red+Green+Blue) = 140+128+136=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8088 is #737F77. Grayscale: #848484. Windows color (decimal): -7569272 or 8945804. OLE color: 8945804.

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

Color convert

RGB140128136-
CMYK00.090.030.45
HSL320º4.96%52.55%-
HSV(B)320º8.57%54.9%-
XYZ22.9822.7926.48-
YUV132.5129.98133.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=34.65%
G=31.68%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012813600.090.030.453204.9652.55
Hex8C80880932D140535
Octal214200210011355500565
Binary1000110010000000100010000100111101101101000000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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