Shades of Zorba #9B8F84
Tints of Zorba #9B8F84
RGB
CMYK
RGB Variations
Color information
#9B8F84 (or 0x9B8F84) is known color: Zorba. HEX triplet: 9B, 8F and 84. RGB value is (155,143,132). Sum of RGB (Red+Green+Blue) = 155+143+132=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8F84 is #64707B. Grayscale: #919191. Windows color (decimal): -6582396 or 8687515. OLE color: 8687515.
HSL color Cylindrical-coordinate representation of color #9B8F84: hue angle of 28.7º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B8F84 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 132 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.39 |
| HSL | 28.7º | 0.1% | 0.56% | - |
| HSV(B) | 28.7º | 0.15% | 0.61% | - |
| XYZ | 27.5 | 28.28 | 25.84 | - |
| YUV | 145.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 132 | 0 | 0.08 | 0.15 | 0.39 | 28.7 | 0.1 | 0.56 |
| Hex | 9B | 8F | 84 | 0 | 8 | F | 27 | 1D | A | 38 |
| Octal | 233 | 217 | 204 | 0 | 10 | 17 | 47 | 35 | 12 | 70 |
| Binary | 10011011 | 10001111 | 10000100 | 0 | 1000 | 1111 | 100111 | 11101 | 1010 | 111000 |
Color Harmonies of #9B8F84
Complementary color
Monochromatic Colors of #9B8F84
Black with #9B8F84
Text Example
Text Example
White with #9B8F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F84; }
p { color: rgb(155,143,132); }
H1.HeaderClassName
{
color: #9B8F84;
}
.AnyTagClassName
{
color: #9B8F84;
}
</style>
background-color css
<style>
a { background-color: #9B8F84; }
a { background-color: rgb(155,143,132); }
div.DivClassName
{
background-color: #9B8F84;
}
.BgClassName
{
background-color: #9B8F84;
}
</style>
border-color css
<style>
span { border-color: #9B8F84; }
span { border-color: rgb(155,143,132); }
td.TdClassName
{
border-color: #9B8F84;
}
.TagClassName
{
border-color: #9B8F84;
}
</style>