Shades of Taupe Grey #908B8F
Tints of Taupe Grey #908B8F
RGB
CMYK
RGB Variations
Color information
#908B8F (or 0x908B8F) is known color: Taupe Grey. HEX triplet: 90, 8B and 8F. RGB value is (144,139,143). Sum of RGB (Red+Green+Blue) = 144+139+143=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 144 - color contains mainly: red. Hex color #908B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B8F is #6F7470. Grayscale: #8C8C8C. Windows color (decimal): -7304305 or 9407376. OLE color: 9407376.
HSL color Cylindrical-coordinate representation of color #908B8F: hue angle of 312º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908B8F is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
RGB | 144 | 139 | 143 | - |
CMYK | 0 | 0.03 | 0.01 | 0.44 |
HSL | 312º | 0.02% | 0.55% | - |
HSV(B) | 312º | 0.03% | 0.56% | - |
XYZ | 25.69 | 26.38 | 29.72 | - |
YUV | 140.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 139 | 143 | 0 | 0.03 | 0.01 | 0.44 | 312 | 0.02 | 0.55 |
Hex | 90 | 8B | 8F | 0 | 3 | 1 | 2C | 138 | 2 | 37 |
Octal | 220 | 213 | 217 | 0 | 3 | 1 | 54 | 470 | 2 | 67 |
Binary | 10010000 | 10001011 | 10001111 | 0 | 11 | 1 | 101100 | 100111000 | 10 | 110111 |
Color Harmonies of #908B8F
Complementary color
Monochromatic Colors of #908B8F
Black with #908B8F
Text Example
Text Example
White with #908B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B8F; }
p { color: rgb(144,139,143); }
H1.HeaderClassName
{
color: #908B8F;
}
.AnyTagClassName
{
color: #908B8F;
}
</style>
background-color css
<style>
a { background-color: #908B8F; }
a { background-color: rgb(144,139,143); }
div.DivClassName
{
background-color: #908B8F;
}
.BgClassName
{
background-color: #908B8F;
}
</style>
border-color css
<style>
span { border-color: #908B8F; }
span { border-color: rgb(144,139,143); }
td.TdClassName
{
border-color: #908B8F;
}
.TagClassName
{
border-color: #908B8F;
}
</style>