Shades of Zorba #9C918C
Tints of Zorba #9C918C
RGB
CMYK
RGB Variations
Color information
#9C918C (or 0x9C918C) is known color: Zorba. HEX triplet: 9C, 91 and 8C. RGB value is (156,145,140). Sum of RGB (Red+Green+Blue) = 156+145+140=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C918C is #636E73. Grayscale: #939393. Windows color (decimal): -6516340 or 9212316. OLE color: 9212316.
HSL color Cylindrical-coordinate representation of color #9C918C: hue angle of 18.75º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C918C is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 140 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.39 |
| HSL | 18.75º | 0.07% | 0.58% | - |
| HSV(B) | 18.75º | 0.1% | 0.61% | - |
| XYZ | 28.57 | 29.21 | 28.94 | - |
| YUV | 147.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 140 | 0 | 0.07 | 0.10 | 0.39 | 18.75 | 0.07 | 0.58 |
| Hex | 9C | 91 | 8C | 0 | 7 | A | 27 | 13 | 7 | 3A |
| Octal | 234 | 221 | 214 | 0 | 7 | 12 | 47 | 23 | 7 | 72 |
| Binary | 10011100 | 10010001 | 10001100 | 0 | 111 | 1010 | 100111 | 10011 | 111 | 111010 |
Color Harmonies of #9C918C
Complementary color
Monochromatic Colors of #9C918C
Black with #9C918C
Text Example
Text Example
White with #9C918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C918C; }
p { color: rgb(156,145,140); }
H1.HeaderClassName
{
color: #9C918C;
}
.AnyTagClassName
{
color: #9C918C;
}
</style>
background-color css
<style>
a { background-color: #9C918C; }
a { background-color: rgb(156,145,140); }
div.DivClassName
{
background-color: #9C918C;
}
.BgClassName
{
background-color: #9C918C;
}
</style>
border-color css
<style>
span { border-color: #9C918C; }
span { border-color: rgb(156,145,140); }
td.TdClassName
{
border-color: #9C918C;
}
.TagClassName
{
border-color: #9C918C;
}
</style>