Shades of Suva Grey #9D8A87
Tints of Suva Grey #9D8A87
RGB
CMYK
RGB Variations
Color information
#9D8A87 (or 0x9D8A87) is known color: Suva Grey. HEX triplet: 9D, 8A and 87. RGB value is (157,138,135). Sum of RGB (Red+Green+Blue) = 157+138+135=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8A87 is #627578. Grayscale: #8F8F8F. Windows color (decimal): -6452601 or 8882845. OLE color: 8882845.
HSL color Cylindrical-coordinate representation of color #9D8A87: hue angle of 8.18º 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 #9D8A87 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 135 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.38 |
| HSL | 8.18º | 0.1% | 0.57% | - |
| HSV(B) | 8.18º | 0.14% | 0.62% | - |
| XYZ | 27.37 | 27.09 | 26.71 | - |
| YUV | 143.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 135 | 0 | 0.12 | 0.14 | 0.38 | 8.18 | 0.1 | 0.57 |
| Hex | 9D | 8A | 87 | 0 | C | E | 26 | 8 | A | 39 |
| Octal | 235 | 212 | 207 | 0 | 14 | 16 | 46 | 10 | 12 | 71 |
| Binary | 10011101 | 10001010 | 10000111 | 0 | 1100 | 1110 | 100110 | 1000 | 1010 | 111001 |
Color Harmonies of #9D8A87
Complementary color
Monochromatic Colors of #9D8A87
Black with #9D8A87
Text Example
Text Example
White with #9D8A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A87; }
p { color: rgb(157,138,135); }
H1.HeaderClassName
{
color: #9D8A87;
}
.AnyTagClassName
{
color: #9D8A87;
}
</style>
background-color css
<style>
a { background-color: #9D8A87; }
a { background-color: rgb(157,138,135); }
div.DivClassName
{
background-color: #9D8A87;
}
.BgClassName
{
background-color: #9D8A87;
}
</style>
border-color css
<style>
span { border-color: #9D8A87; }
span { border-color: rgb(157,138,135); }
td.TdClassName
{
border-color: #9D8A87;
}
.TagClassName
{
border-color: #9D8A87;
}
</style>