#8D768B

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

Shades of Taupe Grey #8D768B

Tints of Taupe Grey #8D768B

Color information

#8D768B (or 0x8D768B) is unknown color: approx Taupe Grey. HEX triplet: 8D, 76 and 8B. RGB value is (141,118,139). Sum of RGB (Red+Green+Blue) = 141+118+139=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D768B is #728974. Grayscale: #7F7F7F. Windows color (decimal): -7506293 or 9139853. OLE color: 9139853.

HSL color Cylindrical-coordinate representation of color #8D768B: hue angle of 305.22º 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 #8D768B is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB141118139-
CMYK00.160.010.45
HSL305.22º9.16%50.78%-
HSV(B)305.22º16.31%55.29%-
XYZ22.1220.4827.21-
YUV127.27134.62137.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=35.43%
G=29.65%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111813900.160.010.45305.229.1650.78
Hex8D768B01012D131933
Octal2151662130201554611163
Binary1000110111101101000101101000011011011001100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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