#8C7689

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

Shades of Taupe Grey #8C7689

Tints of Taupe Grey #8C7689

Color information

#8C7689 (or 0x8C7689) is unknown color: approx Taupe Grey. HEX triplet: 8C, 76 and 89. RGB value is (140,118,137). Sum of RGB (Red+Green+Blue) = 140+118+137=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7689 is #738976. Grayscale: #7E7E7E. Windows color (decimal): -7571831 or 9008780. OLE color: 9008780.

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

Color convert

RGB140118137-
CMYK00.160.020.45
HSL308.18º8.73%50.59%-
HSV(B)308.18º15.71%54.9%-
XYZ21.8120.3426.44-
YUV126.74133.79137.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.44%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=35.44%
G=29.87%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011813700.160.020.45308.188.7350.59
Hex8C768901022D134933
Octal2141662110202554641163
Binary10001100111011010001001010000101011011001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,118,137); }

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

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

 a { background-color: rgb(140,118,137); }

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

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

 span { border-color: rgb(140,118,137); }

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