Shades of Zorba #9A9794
Tints of Zorba #9A9794
RGB
CMYK
RGB Variations
Color information
#9A9794 (or 0x9A9794) is known color: Zorba. HEX triplet: 9A, 97 and 94. RGB value is (154,151,148). Sum of RGB (Red+Green+Blue) = 154+151+148=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9794 is #65686B. Grayscale: #979797. Windows color (decimal): -6645868 or 9738138. OLE color: 9738138.
HSL color Cylindrical-coordinate representation of color #9A9794: hue angle of 30º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9A9794 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 151 | 148 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.40 |
| HSL | 30º | 0.03% | 0.59% | - |
| HSV(B) | 30º | 0.04% | 0.6% | - |
| XYZ | 29.74 | 31.14 | 32.46 | - |
| YUV | 151.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 148 | 0 | 0.02 | 0.04 | 0.40 | 30 | 0.03 | 0.59 |
| Hex | 9A | 97 | 94 | 0 | 2 | 4 | 28 | 1E | 3 | 3B |
| Octal | 232 | 227 | 224 | 0 | 2 | 4 | 50 | 36 | 3 | 73 |
| Binary | 10011010 | 10010111 | 10010100 | 0 | 10 | 100 | 101000 | 11110 | 11 | 111011 |
Color Harmonies of #9A9794
Complementary color
Monochromatic Colors of #9A9794
Black with #9A9794
Text Example
Text Example
White with #9A9794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9794; }
p { color: rgb(154,151,148); }
H1.HeaderClassName
{
color: #9A9794;
}
.AnyTagClassName
{
color: #9A9794;
}
</style>
background-color css
<style>
a { background-color: #9A9794; }
a { background-color: rgb(154,151,148); }
div.DivClassName
{
background-color: #9A9794;
}
.BgClassName
{
background-color: #9A9794;
}
</style>
border-color css
<style>
span { border-color: #9A9794; }
span { border-color: rgb(154,151,148); }
td.TdClassName
{
border-color: #9A9794;
}
.TagClassName
{
border-color: #9A9794;
}
</style>