Shades of Taupe Grey #918F90
Tints of Taupe Grey #918F90
RGB
CMYK
RGB Variations
Color information
#918F90 (or 0x918F90) is known color: Taupe Grey. HEX triplet: 91, 8F and 90. RGB value is (145,143,144). Sum of RGB (Red+Green+Blue) = 145+143+144=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 145 - color contains mainly: red. Hex color #918F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F90 is #6E706F. Grayscale: #8F8F8F. Windows color (decimal): -7237744 or 9473937. OLE color: 9473937.
HSL color Cylindrical-coordinate representation of color #918F90: hue angle of 330º degrees, saturation: 0.01, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #918F90 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 144 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.43 |
| HSL | 330º | 0.01% | 0.56% | - |
| HSV(B) | 330º | 0.01% | 0.57% | - |
| XYZ | 26.53 | 27.68 | 30.33 | - |
| YUV | 143.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 144 | 0 | 0.01 | 0.01 | 0.43 | 330 | 0.01 | 0.56 |
| Hex | 91 | 8F | 90 | 0 | 1 | 1 | 2B | 14A | 1 | 38 |
| Octal | 221 | 217 | 220 | 0 | 1 | 1 | 53 | 512 | 1 | 70 |
| Binary | 10010001 | 10001111 | 10010000 | 0 | 1 | 1 | 101011 | 101001010 | 1 | 111000 |
Color Harmonies of #918F90
Complementary color
Monochromatic Colors of #918F90
Black with #918F90
Text Example
Text Example
White with #918F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F90; }
p { color: rgb(145,143,144); }
H1.HeaderClassName
{
color: #918F90;
}
.AnyTagClassName
{
color: #918F90;
}
</style>
background-color css
<style>
a { background-color: #918F90; }
a { background-color: rgb(145,143,144); }
div.DivClassName
{
background-color: #918F90;
}
.BgClassName
{
background-color: #918F90;
}
</style>
border-color css
<style>
span { border-color: #918F90; }
span { border-color: rgb(145,143,144); }
td.TdClassName
{
border-color: #918F90;
}
.TagClassName
{
border-color: #918F90;
}
</style>