Shades of Zorba #9E9892
Tints of Zorba #9E9892
RGB
CMYK
RGB Variations
Color information
#9E9892 (or 0x9E9892) is known color: Zorba. HEX triplet: 9E, 98 and 92. RGB value is (158,152,146). Sum of RGB (Red+Green+Blue) = 158+152+146=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9892 is #61676D. Grayscale: #999999. Windows color (decimal): -6383470 or 9607326. OLE color: 9607326.
HSL color Cylindrical-coordinate representation of color #9E9892: hue angle of 30º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E9892 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 152 | 146 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.38 |
| HSL | 30º | 0.06% | 0.6% | - |
| HSV(B) | 30º | 0.08% | 0.62% | - |
| XYZ | 30.52 | 31.8 | 31.72 | - |
| YUV | 153.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 152 | 146 | 0 | 0.04 | 0.08 | 0.38 | 30 | 0.06 | 0.6 |
| Hex | 9E | 98 | 92 | 0 | 4 | 8 | 26 | 1E | 6 | 3C |
| Octal | 236 | 230 | 222 | 0 | 4 | 10 | 46 | 36 | 6 | 74 |
| Binary | 10011110 | 10011000 | 10010010 | 0 | 100 | 1000 | 100110 | 11110 | 110 | 111100 |
Color Harmonies of #9E9892
Complementary color
Monochromatic Colors of #9E9892
Black with #9E9892
Text Example
Text Example
White with #9E9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9892; }
p { color: rgb(158,152,146); }
H1.HeaderClassName
{
color: #9E9892;
}
.AnyTagClassName
{
color: #9E9892;
}
</style>
background-color css
<style>
a { background-color: #9E9892; }
a { background-color: rgb(158,152,146); }
div.DivClassName
{
background-color: #9E9892;
}
.BgClassName
{
background-color: #9E9892;
}
</style>
border-color css
<style>
span { border-color: #9E9892; }
span { border-color: rgb(158,152,146); }
td.TdClassName
{
border-color: #9E9892;
}
.TagClassName
{
border-color: #9E9892;
}
</style>