Shades of Zorba #9B9490
Tints of Zorba #9B9490
RGB
CMYK
RGB Variations
Color information
#9B9490 (or 0x9B9490) is known color: Zorba. HEX triplet: 9B, 94 and 90. RGB value is (155,148,144). Sum of RGB (Red+Green+Blue) = 155+148+144=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9490 is #646B6F. Grayscale: #959595. Windows color (decimal): -6581104 or 9475227. OLE color: 9475227.
HSL color Cylindrical-coordinate representation of color #9B9490: hue angle of 21.82º 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 #9B9490 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 144 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.39 |
| HSL | 21.82º | 0.05% | 0.59% | - |
| HSV(B) | 21.82º | 0.07% | 0.61% | - |
| XYZ | 29.14 | 30.16 | 30.67 | - |
| YUV | 149.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 144 | 0 | 0.05 | 0.07 | 0.39 | 21.82 | 0.05 | 0.59 |
| Hex | 9B | 94 | 90 | 0 | 5 | 7 | 27 | 16 | 5 | 3B |
| Octal | 233 | 224 | 220 | 0 | 5 | 7 | 47 | 26 | 5 | 73 |
| Binary | 10011011 | 10010100 | 10010000 | 0 | 101 | 111 | 100111 | 10110 | 101 | 111011 |
Color Harmonies of #9B9490
Complementary color
Monochromatic Colors of #9B9490
Black with #9B9490
Text Example
Text Example
White with #9B9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9490; }
p { color: rgb(155,148,144); }
H1.HeaderClassName
{
color: #9B9490;
}
.AnyTagClassName
{
color: #9B9490;
}
</style>
background-color css
<style>
a { background-color: #9B9490; }
a { background-color: rgb(155,148,144); }
div.DivClassName
{
background-color: #9B9490;
}
.BgClassName
{
background-color: #9B9490;
}
</style>
border-color css
<style>
span { border-color: #9B9490; }
span { border-color: rgb(155,148,144); }
td.TdClassName
{
border-color: #9B9490;
}
.TagClassName
{
border-color: #9B9490;
}
</style>