Shades of Heathered Grey #908B7B
Tints of Heathered Grey #908B7B
RGB
CMYK
RGB Variations
Color information
#908B7B (or 0x908B7B) is known color: Heathered Grey. HEX triplet: 90, 8B and 7B. RGB value is (144,139,123). Sum of RGB (Red+Green+Blue) = 144+139+123=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 144 - color contains mainly: red. Hex color #908B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B7B is #6F7484. Grayscale: #8A8A8A. Windows color (decimal): -7304325 or 8096656. OLE color: 8096656.
HSL color Cylindrical-coordinate representation of color #908B7B: hue angle of 45.71º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #908B7B is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 123 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.44 |
| HSL | 45.71º | 0.09% | 0.52% | - |
| HSV(B) | 45.71º | 0.15% | 0.56% | - |
| XYZ | 24.31 | 25.82 | 22.44 | - |
| YUV | 138.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 123 | 0 | 0.03 | 0.15 | 0.44 | 45.71 | 0.09 | 0.52 |
| Hex | 90 | 8B | 7B | 0 | 3 | F | 2C | 2E | 9 | 34 |
| Octal | 220 | 213 | 173 | 0 | 3 | 17 | 54 | 56 | 11 | 64 |
| Binary | 10010000 | 10001011 | 1111011 | 0 | 11 | 1111 | 101100 | 101110 | 1001 | 110100 |
Color Harmonies of #908B7B
Complementary color
Monochromatic Colors of #908B7B
Black with #908B7B
Text Example
Text Example
White with #908B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B7B; }
p { color: rgb(144,139,123); }
H1.HeaderClassName
{
color: #908B7B;
}
.AnyTagClassName
{
color: #908B7B;
}
</style>
background-color css
<style>
a { background-color: #908B7B; }
a { background-color: rgb(144,139,123); }
div.DivClassName
{
background-color: #908B7B;
}
.BgClassName
{
background-color: #908B7B;
}
</style>
border-color css
<style>
span { border-color: #908B7B; }
span { border-color: rgb(144,139,123); }
td.TdClassName
{
border-color: #908B7B;
}
.TagClassName
{
border-color: #908B7B;
}
</style>