#8F768D

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

Shades of Taupe Grey #8F768D

Tints of Taupe Grey #8F768D

Color information

#8F768D (or 0x8F768D) is unknown color: approx Taupe Grey. HEX triplet: 8F, 76 and 8D. RGB value is (143,118,141). Sum of RGB (Red+Green+Blue) = 143+118+141=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 143 - color contains mainly: red. Hex color #8F768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F768D is #708972. Grayscale: #808080. Windows color (decimal): -7375219 or 9270927. OLE color: 9270927.

HSL color Cylindrical-coordinate representation of color #8F768D: hue angle of 304.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F768D is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB143118141-
CMYK00.170.010.44
HSL304.8º10.04%51.18%-
HSV(B)304.8º17.48%56.08%-
XYZ22.6120.7228.01-
YUV128.1135.28138.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.57%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=35.57%
G=29.35%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311814100.170.010.44304.810.0451.18
Hex8F768D01112C131a33
Octal2171662150211544611263
Binary1000111111101101000110101000111011001001100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,141); }

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

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

 a { background-color: rgb(143,118,141); }

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

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

 span { border-color: rgb(143,118,141); }

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