Shades of Zorba #9C9A98
Tints of Zorba #9C9A98
RGB
CMYK
RGB Variations
Color information
#9C9A98 (or 0x9C9A98) is known color: Zorba. HEX triplet: 9C, 9A and 98. RGB value is (156,154,152). Sum of RGB (Red+Green+Blue) = 156+154+152=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9A98 is #636567. Grayscale: #9A9A9A. Windows color (decimal): -6514024 or 10001052. OLE color: 10001052.
HSL color Cylindrical-coordinate representation of color #9C9A98: hue angle of 30º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9C9A98 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 154 | 152 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.39 |
| HSL | 30º | 0.02% | 0.6% | - |
| HSV(B) | 30º | 0.03% | 0.61% | - |
| XYZ | 30.93 | 32.45 | 34.34 | - |
| YUV | 154.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 152 | 0 | 0.01 | 0.03 | 0.39 | 30 | 0.02 | 0.6 |
| Hex | 9C | 9A | 98 | 0 | 1 | 3 | 27 | 1E | 2 | 3C |
| Octal | 234 | 232 | 230 | 0 | 1 | 3 | 47 | 36 | 2 | 74 |
| Binary | 10011100 | 10011010 | 10011000 | 0 | 1 | 11 | 100111 | 11110 | 10 | 111100 |
Color Harmonies of #9C9A98
Complementary color
Monochromatic Colors of #9C9A98
Black with #9C9A98
Text Example
Text Example
White with #9C9A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9A98; }
p { color: rgb(156,154,152); }
H1.HeaderClassName
{
color: #9C9A98;
}
.AnyTagClassName
{
color: #9C9A98;
}
</style>
background-color css
<style>
a { background-color: #9C9A98; }
a { background-color: rgb(156,154,152); }
div.DivClassName
{
background-color: #9C9A98;
}
.BgClassName
{
background-color: #9C9A98;
}
</style>
border-color css
<style>
span { border-color: #9C9A98; }
span { border-color: rgb(156,154,152); }
td.TdClassName
{
border-color: #9C9A98;
}
.TagClassName
{
border-color: #9C9A98;
}
</style>