#8C7D88

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

Shades of Taupe Grey #8C7D88

Tints of Taupe Grey #8C7D88

Color information

#8C7D88 (or 0x8C7D88) is unknown color: approx Taupe Grey. HEX triplet: 8C, 7D and 88. RGB value is (140,125,136). Sum of RGB (Red+Green+Blue) = 140+125+136=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7D88 is #738277. Grayscale: #828282. Windows color (decimal): -7570040 or 8945036. OLE color: 8945036.

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

Color convert

RGB140125136-
CMYK00.110.030.45
HSL316º6.12%51.96%-
HSV(B)316º10.71%54.9%-
XYZ22.5922.0226.35-
YUV130.74130.97134.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=34.91%
G=31.17%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012513600.110.030.453166.1251.96
Hex8C7D880B32D13c634
Octal214175210013355474664
Binary100011001111101100010000101111101101100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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