Shades of Napa #9B9790
Tints of Napa #9B9790
RGB
CMYK
RGB Variations
Color information
#9B9790 (or 0x9B9790) is known color: Napa. HEX triplet: 9B, 97 and 90. RGB value is (155,151,144). Sum of RGB (Red+Green+Blue) = 155+151+144=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9790 is #64686F. Grayscale: #979797. Windows color (decimal): -6580336 or 9475995. OLE color: 9475995.
HSL color Cylindrical-coordinate representation of color #9B9790: hue angle of 38.18º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9B9790 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 144 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.39 |
| HSL | 38.18º | 0.05% | 0.59% | - |
| HSV(B) | 38.18º | 0.07% | 0.61% | - |
| XYZ | 29.62 | 31.12 | 30.83 | - |
| YUV | 151.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 144 | 0 | 0.03 | 0.07 | 0.39 | 38.18 | 0.05 | 0.59 |
| Hex | 9B | 97 | 90 | 0 | 3 | 7 | 27 | 26 | 5 | 3B |
| Octal | 233 | 227 | 220 | 0 | 3 | 7 | 47 | 46 | 5 | 73 |
| Binary | 10011011 | 10010111 | 10010000 | 0 | 11 | 111 | 100111 | 100110 | 101 | 111011 |
Color Harmonies of #9B9790
Complementary color
Monochromatic Colors of #9B9790
Black with #9B9790
Text Example
Text Example
White with #9B9790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9790; }
p { color: rgb(155,151,144); }
H1.HeaderClassName
{
color: #9B9790;
}
.AnyTagClassName
{
color: #9B9790;
}
</style>
background-color css
<style>
a { background-color: #9B9790; }
a { background-color: rgb(155,151,144); }
div.DivClassName
{
background-color: #9B9790;
}
.BgClassName
{
background-color: #9B9790;
}
</style>
border-color css
<style>
span { border-color: #9B9790; }
span { border-color: rgb(155,151,144); }
td.TdClassName
{
border-color: #9B9790;
}
.TagClassName
{
border-color: #9B9790;
}
</style>