Shades of Zorba #9D9B9A
Tints of Zorba #9D9B9A
RGB
CMYK
RGB Variations
Color information
#9D9B9A (or 0x9D9B9A) is known color: Zorba. HEX triplet: 9D, 9B and 9A. RGB value is (157,155,154). Sum of RGB (Red+Green+Blue) = 157+155+154=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9B9A is #626465. Grayscale: #9B9B9B. Windows color (decimal): -6448230 or 10132381. OLE color: 10132381.
HSL color Cylindrical-coordinate representation of color #9D9B9A: hue angle of 20º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9D9B9A is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 155 | 154 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.38 |
| HSL | 20º | 0.02% | 0.61% | - |
| HSV(B) | 20º | 0.02% | 0.62% | - |
| XYZ | 31.46 | 32.94 | 35.27 | - |
| YUV | 155.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 154 | 0 | 0.01 | 0.02 | 0.38 | 20 | 0.02 | 0.61 |
| Hex | 9D | 9B | 9A | 0 | 1 | 2 | 26 | 14 | 2 | 3D |
| Octal | 235 | 233 | 232 | 0 | 1 | 2 | 46 | 24 | 2 | 75 |
| Binary | 10011101 | 10011011 | 10011010 | 0 | 1 | 10 | 100110 | 10100 | 10 | 111101 |
Color Harmonies of #9D9B9A
Complementary color
Monochromatic Colors of #9D9B9A
Black with #9D9B9A
Text Example
Text Example
White with #9D9B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9B9A; }
p { color: rgb(157,155,154); }
H1.HeaderClassName
{
color: #9D9B9A;
}
.AnyTagClassName
{
color: #9D9B9A;
}
</style>
background-color css
<style>
a { background-color: #9D9B9A; }
a { background-color: rgb(157,155,154); }
div.DivClassName
{
background-color: #9D9B9A;
}
.BgClassName
{
background-color: #9D9B9A;
}
</style>
border-color css
<style>
span { border-color: #9D9B9A; }
span { border-color: rgb(157,155,154); }
td.TdClassName
{
border-color: #9D9B9A;
}
.TagClassName
{
border-color: #9D9B9A;
}
</style>