Shades of Taupe Grey #908A8D
Tints of Taupe Grey #908A8D
RGB
CMYK
RGB Variations
Color information
#908A8D (or 0x908A8D) is known color: Taupe Grey. HEX triplet: 90, 8A and 8D. RGB value is (144,138,141). Sum of RGB (Red+Green+Blue) = 144+138+141=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 144 - color contains mainly: red. Hex color #908A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A8D is #6F7572. Grayscale: #8C8C8C. Windows color (decimal): -7304563 or 9276048. OLE color: 9276048.
HSL color Cylindrical-coordinate representation of color #908A8D: hue angle of 330º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #908A8D is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
RGB | 144 | 138 | 141 | - |
CMYK | 0 | 0.04 | 0.02 | 0.44 |
HSL | 330º | 0.03% | 0.55% | - |
HSV(B) | 330º | 0.04% | 0.56% | - |
XYZ | 25.4 | 26.03 | 28.88 | - |
YUV | 140.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 138 | 141 | 0 | 0.04 | 0.02 | 0.44 | 330 | 0.03 | 0.55 |
Hex | 90 | 8A | 8D | 0 | 4 | 2 | 2C | 14A | 3 | 37 |
Octal | 220 | 212 | 215 | 0 | 4 | 2 | 54 | 512 | 3 | 67 |
Binary | 10010000 | 10001010 | 10001101 | 0 | 100 | 10 | 101100 | 101001010 | 11 | 110111 |
Color Harmonies of #908A8D
Complementary color
Monochromatic Colors of #908A8D
Black with #908A8D
Text Example
Text Example
White with #908A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A8D; }
p { color: rgb(144,138,141); }
H1.HeaderClassName
{
color: #908A8D;
}
.AnyTagClassName
{
color: #908A8D;
}
</style>
background-color css
<style>
a { background-color: #908A8D; }
a { background-color: rgb(144,138,141); }
div.DivClassName
{
background-color: #908A8D;
}
.BgClassName
{
background-color: #908A8D;
}
</style>
border-color css
<style>
span { border-color: #908A8D; }
span { border-color: rgb(144,138,141); }
td.TdClassName
{
border-color: #908A8D;
}
.TagClassName
{
border-color: #908A8D;
}
</style>