Shades of Heathered Grey #918F85
Tints of Heathered Grey #918F85
RGB
CMYK
RGB Variations
Color information
#918F85 (or 0x918F85) is known color: Heathered Grey. HEX triplet: 91, 8F and 85. RGB value is (145,143,133). Sum of RGB (Red+Green+Blue) = 145+143+133=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 145 - color contains mainly: red. Hex color #918F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F85 is #6E707A. Grayscale: #8E8E8E. Windows color (decimal): -7237755 or 8753041. OLE color: 8753041.
HSL color Cylindrical-coordinate representation of color #918F85: hue angle of 50º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #918F85 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 133 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.43 |
| HSL | 50º | 0.05% | 0.55% | - |
| HSV(B) | 50º | 0.08% | 0.57% | - |
| XYZ | 25.73 | 27.36 | 26.11 | - |
| YUV | 142.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 133 | 0 | 0.01 | 0.08 | 0.43 | 50 | 0.05 | 0.55 |
| Hex | 91 | 8F | 85 | 0 | 1 | 8 | 2B | 32 | 5 | 37 |
| Octal | 221 | 217 | 205 | 0 | 1 | 10 | 53 | 62 | 5 | 67 |
| Binary | 10010001 | 10001111 | 10000101 | 0 | 1 | 1000 | 101011 | 110010 | 101 | 110111 |
Color Harmonies of #918F85
Complementary color
Monochromatic Colors of #918F85
Black with #918F85
Text Example
Text Example
White with #918F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F85; }
p { color: rgb(145,143,133); }
H1.HeaderClassName
{
color: #918F85;
}
.AnyTagClassName
{
color: #918F85;
}
</style>
background-color css
<style>
a { background-color: #918F85; }
a { background-color: rgb(145,143,133); }
div.DivClassName
{
background-color: #918F85;
}
.BgClassName
{
background-color: #918F85;
}
</style>
border-color css
<style>
span { border-color: #918F85; }
span { border-color: rgb(145,143,133); }
td.TdClassName
{
border-color: #918F85;
}
.TagClassName
{
border-color: #918F85;
}
</style>