Shades of Taupe Grey #918A8F
Tints of Taupe Grey #918A8F
RGB
CMYK
RGB Variations
Color information
#918A8F (or 0x918A8F) is known color: Taupe Grey. HEX triplet: 91, 8A and 8F. RGB value is (145,138,143). Sum of RGB (Red+Green+Blue) = 145+138+143=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 145 - color contains mainly: red. Hex color #918A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A8F is #6E7570. Grayscale: #8C8C8C. Windows color (decimal): -7239025 or 9407121. OLE color: 9407121.
HSL color Cylindrical-coordinate representation of color #918A8F: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #918A8F is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
RGB | 145 | 138 | 143 | - |
CMYK | 0 | 0.05 | 0.01 | 0.43 |
HSL | 317.14º | 0.03% | 0.55% | - |
HSV(B) | 317.14º | 0.05% | 0.57% | - |
XYZ | 25.72 | 26.18 | 29.68 | - |
YUV | 140.66 | 129.32 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 145 | 138 | 143 | 0 | 0.05 | 0.01 | 0.43 | 317.14 | 0.03 | 0.55 |
Hex | 91 | 8A | 8F | 0 | 5 | 1 | 2B | 13D | 3 | 37 |
Octal | 221 | 212 | 217 | 0 | 5 | 1 | 53 | 475 | 3 | 67 |
Binary | 10010001 | 10001010 | 10001111 | 0 | 101 | 1 | 101011 | 100111101 | 11 | 110111 |
Color Harmonies of #918A8F
Complementary color
Monochromatic Colors of #918A8F
Black with #918A8F
Text Example
Text Example
White with #918A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A8F; }
p { color: rgb(145,138,143); }
H1.HeaderClassName
{
color: #918A8F;
}
.AnyTagClassName
{
color: #918A8F;
}
</style>
background-color css
<style>
a { background-color: #918A8F; }
a { background-color: rgb(145,138,143); }
div.DivClassName
{
background-color: #918A8F;
}
.BgClassName
{
background-color: #918A8F;
}
</style>
border-color css
<style>
span { border-color: #918A8F; }
span { border-color: rgb(145,138,143); }
td.TdClassName
{
border-color: #918A8F;
}
.TagClassName
{
border-color: #918A8F;
}
</style>