Shades of Suva Grey #9D8D8A
Tints of Suva Grey #9D8D8A
RGB
CMYK
RGB Variations
Color information
#9D8D8A (or 0x9D8D8A) is known color: Suva Grey. HEX triplet: 9D, 8D and 8A. RGB value is (157,141,138). Sum of RGB (Red+Green+Blue) = 157+141+138=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8D8A is #627275. Grayscale: #919191. Windows color (decimal): -6451830 or 9080221. OLE color: 9080221.
HSL color Cylindrical-coordinate representation of color #9D8D8A: hue angle of 9.47º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9D8D8A is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 138 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.38 |
| HSL | 9.47º | 0.09% | 0.58% | - |
| HSV(B) | 9.47º | 0.12% | 0.62% | - |
| XYZ | 28.02 | 28.05 | 27.98 | - |
| YUV | 145.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 138 | 0 | 0.10 | 0.12 | 0.38 | 9.47 | 0.09 | 0.58 |
| Hex | 9D | 8D | 8A | 0 | A | C | 26 | 9 | 9 | 3A |
| Octal | 235 | 215 | 212 | 0 | 12 | 14 | 46 | 11 | 11 | 72 |
| Binary | 10011101 | 10001101 | 10001010 | 0 | 1010 | 1100 | 100110 | 1001 | 1001 | 111010 |
Color Harmonies of #9D8D8A
Complementary color
Monochromatic Colors of #9D8D8A
Black with #9D8D8A
Text Example
Text Example
White with #9D8D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D8A; }
p { color: rgb(157,141,138); }
H1.HeaderClassName
{
color: #9D8D8A;
}
.AnyTagClassName
{
color: #9D8D8A;
}
</style>
background-color css
<style>
a { background-color: #9D8D8A; }
a { background-color: rgb(157,141,138); }
div.DivClassName
{
background-color: #9D8D8A;
}
.BgClassName
{
background-color: #9D8D8A;
}
</style>
border-color css
<style>
span { border-color: #9D8D8A; }
span { border-color: rgb(157,141,138); }
td.TdClassName
{
border-color: #9D8D8A;
}
.TagClassName
{
border-color: #9D8D8A;
}
</style>