Shades of Zorba #978D88
Tints of Zorba #978D88
RGB
CMYK
RGB Variations
Color information
#978D88 (or 0x978D88) is known color: Zorba. HEX triplet: 97, 8D and 88. RGB value is (151,141,136). Sum of RGB (Red+Green+Blue) = 151+141+136=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #978D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978D88 is #687277. Grayscale: #8F8F8F. Windows color (decimal): -6845048 or 8949143. OLE color: 8949143.
HSL color Cylindrical-coordinate representation of color #978D88: hue angle of 20º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #978D88 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 136 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.41 |
| HSL | 20º | 0.07% | 0.56% | - |
| HSV(B) | 20º | 0.1% | 0.59% | - |
| XYZ | 26.73 | 27.41 | 27.17 | - |
| YUV | 143.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 136 | 0 | 0.07 | 0.10 | 0.41 | 20 | 0.07 | 0.56 |
| Hex | 97 | 8D | 88 | 0 | 7 | A | 29 | 14 | 7 | 38 |
| Octal | 227 | 215 | 210 | 0 | 7 | 12 | 51 | 24 | 7 | 70 |
| Binary | 10010111 | 10001101 | 10001000 | 0 | 111 | 1010 | 101001 | 10100 | 111 | 111000 |
Color Harmonies of #978D88
Complementary color
Monochromatic Colors of #978D88
Black with #978D88
Text Example
Text Example
White with #978D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D88; }
p { color: rgb(151,141,136); }
H1.HeaderClassName
{
color: #978D88;
}
.AnyTagClassName
{
color: #978D88;
}
</style>
background-color css
<style>
a { background-color: #978D88; }
a { background-color: rgb(151,141,136); }
div.DivClassName
{
background-color: #978D88;
}
.BgClassName
{
background-color: #978D88;
}
</style>
border-color css
<style>
span { border-color: #978D88; }
span { border-color: rgb(151,141,136); }
td.TdClassName
{
border-color: #978D88;
}
.TagClassName
{
border-color: #978D88;
}
</style>