Shades of Zorba #9E9C9A
Tints of Zorba #9E9C9A
RGB
CMYK
RGB Variations
Color information
#9E9C9A (or 0x9E9C9A) is known color: Zorba. HEX triplet: 9E, 9C and 9A. RGB value is (158,156,154). Sum of RGB (Red+Green+Blue) = 158+156+154=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9C9A is #616365. Grayscale: #9C9C9C. Windows color (decimal): -6382438 or 10132638. OLE color: 10132638.
HSL color Cylindrical-coordinate representation of color #9E9C9A: hue angle of 30º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9E9C9A is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
RGB | 158 | 156 | 154 | - |
CMYK | 0 | 0.01 | 0.03 | 0.38 |
HSL | 30º | 0.02% | 0.61% | - |
HSV(B) | 30º | 0.03% | 0.62% | - |
XYZ | 31.82 | 33.38 | 35.34 | - |
YUV | 156.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 156 | 154 | 0 | 0.01 | 0.03 | 0.38 | 30 | 0.02 | 0.61 |
Hex | 9E | 9C | 9A | 0 | 1 | 3 | 26 | 1E | 2 | 3D |
Octal | 236 | 234 | 232 | 0 | 1 | 3 | 46 | 36 | 2 | 75 |
Binary | 10011110 | 10011100 | 10011010 | 0 | 1 | 11 | 100110 | 11110 | 10 | 111101 |
Color Harmonies of #9E9C9A
Complementary color
Monochromatic Colors of #9E9C9A
Black with #9E9C9A
Text Example
Text Example
White with #9E9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9C9A; }
p { color: rgb(158,156,154); }
H1.HeaderClassName
{
color: #9E9C9A;
}
.AnyTagClassName
{
color: #9E9C9A;
}
</style>
background-color css
<style>
a { background-color: #9E9C9A; }
a { background-color: rgb(158,156,154); }
div.DivClassName
{
background-color: #9E9C9A;
}
.BgClassName
{
background-color: #9E9C9A;
}
</style>
border-color css
<style>
span { border-color: #9E9C9A; }
span { border-color: rgb(158,156,154); }
td.TdClassName
{
border-color: #9E9C9A;
}
.TagClassName
{
border-color: #9E9C9A;
}
</style>