Shades of Heathered Grey #918B7B
Tints of Heathered Grey #918B7B
RGB
CMYK
RGB Variations
Color information
#918B7B (or 0x918B7B) is known color: Heathered Grey. HEX triplet: 91, 8B and 7B. RGB value is (145,139,123). Sum of RGB (Red+Green+Blue) = 145+139+123=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #918B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B7B is #6E7484. Grayscale: #8B8B8B. Windows color (decimal): -7238789 or 8096657. OLE color: 8096657.
HSL color Cylindrical-coordinate representation of color #918B7B: hue angle of 43.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #918B7B is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 123 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.43 |
| HSL | 43.64º | 0.09% | 0.53% | - |
| HSV(B) | 43.64º | 0.15% | 0.57% | - |
| XYZ | 24.48 | 25.92 | 22.45 | - |
| YUV | 138.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 123 | 0 | 0.04 | 0.15 | 0.43 | 43.64 | 0.09 | 0.53 |
| Hex | 91 | 8B | 7B | 0 | 4 | F | 2B | 2C | 9 | 35 |
| Octal | 221 | 213 | 173 | 0 | 4 | 17 | 53 | 54 | 11 | 65 |
| Binary | 10010001 | 10001011 | 1111011 | 0 | 100 | 1111 | 101011 | 101100 | 1001 | 110101 |
Color Harmonies of #918B7B
Complementary color
Monochromatic Colors of #918B7B
Black with #918B7B
Text Example
Text Example
White with #918B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B7B; }
p { color: rgb(145,139,123); }
H1.HeaderClassName
{
color: #918B7B;
}
.AnyTagClassName
{
color: #918B7B;
}
</style>
background-color css
<style>
a { background-color: #918B7B; }
a { background-color: rgb(145,139,123); }
div.DivClassName
{
background-color: #918B7B;
}
.BgClassName
{
background-color: #918B7B;
}
</style>
border-color css
<style>
span { border-color: #918B7B; }
span { border-color: rgb(145,139,123); }
td.TdClassName
{
border-color: #918B7B;
}
.TagClassName
{
border-color: #918B7B;
}
</style>