#8F768C

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

Shades of Taupe Grey #8F768C

Tints of Taupe Grey #8F768C

Color information

#8F768C (or 0x8F768C) is unknown color: approx Taupe Grey. HEX triplet: 8F, 76 and 8C. RGB value is (143,118,140). Sum of RGB (Red+Green+Blue) = 143+118+140=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 143 - color contains mainly: red. Hex color #8F768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F768C is #708973. Grayscale: #7F7F7F. Windows color (decimal): -7375220 or 9205391. OLE color: 9205391.

HSL color Cylindrical-coordinate representation of color #8F768C: hue angle of 307.2º 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 #8F768C is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB143118140-
CMYK00.170.020.44
HSL307.2º10.04%51.18%-
HSV(B)307.2º17.48%56.08%-
XYZ22.5420.6927.62-
YUV127.98134.78138.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.66%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=35.66%
G=29.43%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311814000.170.020.44307.210.0451.18
Hex8F768C01122C133a33
Octal2171662140212544631263
Binary10001111111011010001100010001101011001001100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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