#8C7F8B

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

Shades of Taupe Grey #8C7F8B

Tints of Taupe Grey #8C7F8B

Color information

#8C7F8B (or 0x8C7F8B) is unknown color: approx Taupe Grey. HEX triplet: 8C, 7F and 8B. RGB value is (140,127,139). Sum of RGB (Red+Green+Blue) = 140+127+139=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F8B is #738074. Grayscale: #848484. Windows color (decimal): -7569525 or 9142156. OLE color: 9142156.

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

Color convert

RGB140127139-
CMYK00.090.010.45
HSL304.62º5.35%52.35%-
HSV(B)304.62º9.29%54.9%-
XYZ23.0622.6227.58-
YUV132.26131.81133.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.48%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=34.48%
G=31.28%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012713900.090.010.45304.625.3552.35
Hex8C7F8B0912D131534
Octal214177213011155461564
Binary10001100111111110001011010011101101100110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,139); }

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

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

 a { background-color: rgb(140,127,139); }

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

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

 span { border-color: rgb(140,127,139); }

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