Shades of Suva Grey #9D8B87
Tints of Suva Grey #9D8B87
RGB
CMYK
RGB Variations
Color information
#9D8B87 (or 0x9D8B87) is known color: Suva Grey. HEX triplet: 9D, 8B and 87. RGB value is (157,139,135). Sum of RGB (Red+Green+Blue) = 157+139+135=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8B87 is #627478. Grayscale: #8F8F8F. Windows color (decimal): -6452345 or 8883101. OLE color: 8883101.
HSL color Cylindrical-coordinate representation of color #9D8B87: hue angle of 10.91º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8B87 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 139 | 135 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.38 |
| HSL | 10.91º | 0.1% | 0.57% | - |
| HSV(B) | 10.91º | 0.14% | 0.62% | - |
| XYZ | 27.51 | 27.38 | 26.76 | - |
| YUV | 143.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 135 | 0 | 0.11 | 0.14 | 0.38 | 10.91 | 0.1 | 0.57 |
| Hex | 9D | 8B | 87 | 0 | B | E | 26 | B | A | 39 |
| Octal | 235 | 213 | 207 | 0 | 13 | 16 | 46 | 13 | 12 | 71 |
| Binary | 10011101 | 10001011 | 10000111 | 0 | 1011 | 1110 | 100110 | 1011 | 1010 | 111001 |
Color Harmonies of #9D8B87
Complementary color
Monochromatic Colors of #9D8B87
Black with #9D8B87
Text Example
Text Example
White with #9D8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8B87; }
p { color: rgb(157,139,135); }
H1.HeaderClassName
{
color: #9D8B87;
}
.AnyTagClassName
{
color: #9D8B87;
}
</style>
background-color css
<style>
a { background-color: #9D8B87; }
a { background-color: rgb(157,139,135); }
div.DivClassName
{
background-color: #9D8B87;
}
.BgClassName
{
background-color: #9D8B87;
}
</style>
border-color css
<style>
span { border-color: #9D8B87; }
span { border-color: rgb(157,139,135); }
td.TdClassName
{
border-color: #9D8B87;
}
.TagClassName
{
border-color: #9D8B87;
}
</style>