Shades of Nomad #9D9788
Tints of Nomad #9D9788
RGB
CMYK
RGB Variations
Color information
#9D9788 (or 0x9D9788) is known color: Nomad. HEX triplet: 9D, 97 and 88. RGB value is (157,151,136). Sum of RGB (Red+Green+Blue) = 157+151+136=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9788 is #626877. Grayscale: #979797. Windows color (decimal): -6449272 or 8951709. OLE color: 8951709.
HSL color Cylindrical-coordinate representation of color #9D9788: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D9788 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 136 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.38 |
| HSL | 42.86º | 0.1% | 0.57% | - |
| HSV(B) | 42.86º | 0.13% | 0.62% | - |
| XYZ | 29.42 | 31.08 | 27.74 | - |
| YUV | 151.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 136 | 0 | 0.04 | 0.13 | 0.38 | 42.86 | 0.1 | 0.57 |
| Hex | 9D | 97 | 88 | 0 | 4 | D | 26 | 2B | A | 39 |
| Octal | 235 | 227 | 210 | 0 | 4 | 15 | 46 | 53 | 12 | 71 |
| Binary | 10011101 | 10010111 | 10001000 | 0 | 100 | 1101 | 100110 | 101011 | 1010 | 111001 |
Color Harmonies of #9D9788
Complementary color
Monochromatic Colors of #9D9788
Black with #9D9788
Text Example
Text Example
White with #9D9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9788; }
p { color: rgb(157,151,136); }
H1.HeaderClassName
{
color: #9D9788;
}
.AnyTagClassName
{
color: #9D9788;
}
</style>
background-color css
<style>
a { background-color: #9D9788; }
a { background-color: rgb(157,151,136); }
div.DivClassName
{
background-color: #9D9788;
}
.BgClassName
{
background-color: #9D9788;
}
</style>
border-color css
<style>
span { border-color: #9D9788; }
span { border-color: rgb(157,151,136); }
td.TdClassName
{
border-color: #9D9788;
}
.TagClassName
{
border-color: #9D9788;
}
</style>