Shades of Zorba #988D85
Tints of Zorba #988D85
RGB
CMYK
RGB Variations
Color information
#988D85 (or 0x988D85) is known color: Zorba. HEX triplet: 98, 8D and 85. RGB value is (152,141,133). Sum of RGB (Red+Green+Blue) = 152+141+133=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #988D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D85 is #67727A. Grayscale: #8F8F8F. Windows color (decimal): -6779515 or 8752536. OLE color: 8752536.
HSL color Cylindrical-coordinate representation of color #988D85: hue angle of 25.26º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #988D85 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 133 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.40 |
| HSL | 25.26º | 0.08% | 0.56% | - |
| HSV(B) | 25.26º | 0.13% | 0.6% | - |
| XYZ | 26.71 | 27.42 | 26.07 | - |
| YUV | 143.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 133 | 0 | 0.07 | 0.13 | 0.40 | 25.26 | 0.08 | 0.56 |
| Hex | 98 | 8D | 85 | 0 | 7 | D | 28 | 19 | 8 | 38 |
| Octal | 230 | 215 | 205 | 0 | 7 | 15 | 50 | 31 | 10 | 70 |
| Binary | 10011000 | 10001101 | 10000101 | 0 | 111 | 1101 | 101000 | 11001 | 1000 | 111000 |
Color Harmonies of #988D85
Complementary color
Monochromatic Colors of #988D85
Black with #988D85
Text Example
Text Example
White with #988D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D85; }
p { color: rgb(152,141,133); }
H1.HeaderClassName
{
color: #988D85;
}
.AnyTagClassName
{
color: #988D85;
}
</style>
background-color css
<style>
a { background-color: #988D85; }
a { background-color: rgb(152,141,133); }
div.DivClassName
{
background-color: #988D85;
}
.BgClassName
{
background-color: #988D85;
}
</style>
border-color css
<style>
span { border-color: #988D85; }
span { border-color: rgb(152,141,133); }
td.TdClassName
{
border-color: #988D85;
}
.TagClassName
{
border-color: #988D85;
}
</style>