Shades of Taupe Grey #917F90
Tints of Taupe Grey #917F90
RGB
CMYK
RGB Variations
Color information
#917F90 (or 0x917F90) is known color: Taupe Grey. HEX triplet: 91, 7F and 90. RGB value is (145,127,144). Sum of RGB (Red+Green+Blue) = 145+127+144=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 145 - color contains mainly: red. Hex color #917F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F90 is #6E806F. Grayscale: #868686. Windows color (decimal): -7241840 or 9469841. OLE color: 9469841.
HSL color Cylindrical-coordinate representation of color #917F90: hue angle of 303.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #917F90 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 144 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.43 |
| HSL | 303.33º | 0.08% | 0.53% | - |
| HSV(B) | 303.33º | 0.12% | 0.57% | - |
| XYZ | 24.3 | 23.21 | 29.59 | - |
| YUV | 134.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 144 | 0 | 0.12 | 0.01 | 0.43 | 303.33 | 0.08 | 0.53 |
| Hex | 91 | 7F | 90 | 0 | C | 1 | 2B | 12F | 8 | 35 |
| Octal | 221 | 177 | 220 | 0 | 14 | 1 | 53 | 457 | 10 | 65 |
| Binary | 10010001 | 1111111 | 10010000 | 0 | 1100 | 1 | 101011 | 100101111 | 1000 | 110101 |
Color Harmonies of #917F90
Complementary color
Monochromatic Colors of #917F90
Black with #917F90
Text Example
Text Example
White with #917F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F90; }
p { color: rgb(145,127,144); }
H1.HeaderClassName
{
color: #917F90;
}
.AnyTagClassName
{
color: #917F90;
}
</style>
background-color css
<style>
a { background-color: #917F90; }
a { background-color: rgb(145,127,144); }
div.DivClassName
{
background-color: #917F90;
}
.BgClassName
{
background-color: #917F90;
}
</style>
border-color css
<style>
span { border-color: #917F90; }
span { border-color: rgb(145,127,144); }
td.TdClassName
{
border-color: #917F90;
}
.TagClassName
{
border-color: #917F90;
}
</style>