Shades of Zorba #9A938C
Tints of Zorba #9A938C
RGB
CMYK
RGB Variations
Color information
#9A938C (or 0x9A938C) is known color: Zorba. HEX triplet: 9A, 93 and 8C. RGB value is (154,147,140). Sum of RGB (Red+Green+Blue) = 154+147+140=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 154 - color contains mainly: red. Hex color #9A938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A938C is #656C73. Grayscale: #949494. Windows color (decimal): -6646900 or 9212826. OLE color: 9212826.
HSL color Cylindrical-coordinate representation of color #9A938C: hue angle of 30º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9A938C is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 140 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.40 |
| HSL | 30º | 0.06% | 0.58% | - |
| HSV(B) | 30º | 0.09% | 0.6% | - |
| XYZ | 28.49 | 29.63 | 29.03 | - |
| YUV | 148.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 140 | 0 | 0.05 | 0.09 | 0.40 | 30 | 0.06 | 0.58 |
| Hex | 9A | 93 | 8C | 0 | 5 | 9 | 28 | 1E | 6 | 3A |
| Octal | 232 | 223 | 214 | 0 | 5 | 11 | 50 | 36 | 6 | 72 |
| Binary | 10011010 | 10010011 | 10001100 | 0 | 101 | 1001 | 101000 | 11110 | 110 | 111010 |
Color Harmonies of #9A938C
Complementary color
Monochromatic Colors of #9A938C
Black with #9A938C
Text Example
Text Example
White with #9A938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A938C; }
p { color: rgb(154,147,140); }
H1.HeaderClassName
{
color: #9A938C;
}
.AnyTagClassName
{
color: #9A938C;
}
</style>
background-color css
<style>
a { background-color: #9A938C; }
a { background-color: rgb(154,147,140); }
div.DivClassName
{
background-color: #9A938C;
}
.BgClassName
{
background-color: #9A938C;
}
</style>
border-color css
<style>
span { border-color: #9A938C; }
span { border-color: rgb(154,147,140); }
td.TdClassName
{
border-color: #9A938C;
}
.TagClassName
{
border-color: #9A938C;
}
</style>