Shades of Suva Grey #978A88
Tints of Suva Grey #978A88
RGB
CMYK
RGB Variations
Color information
#978A88 (or 0x978A88) is known color: Suva Grey. HEX triplet: 97, 8A and 88. RGB value is (151,138,136). Sum of RGB (Red+Green+Blue) = 151+138+136=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #978A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A88 is #687577. Grayscale: #8D8D8D. Windows color (decimal): -6845816 or 8948375. OLE color: 8948375.
HSL color Cylindrical-coordinate representation of color #978A88: hue angle of 8º 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 #978A88 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 136 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.41 |
| HSL | 8º | 0.07% | 0.56% | - |
| HSV(B) | 8º | 0.1% | 0.59% | - |
| XYZ | 26.29 | 26.53 | 27.03 | - |
| YUV | 141.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 136 | 0 | 0.09 | 0.10 | 0.41 | 8 | 0.07 | 0.56 |
| Hex | 97 | 8A | 88 | 0 | 9 | A | 29 | 8 | 7 | 38 |
| Octal | 227 | 212 | 210 | 0 | 11 | 12 | 51 | 10 | 7 | 70 |
| Binary | 10010111 | 10001010 | 10001000 | 0 | 1001 | 1010 | 101001 | 1000 | 111 | 111000 |
Color Harmonies of #978A88
Complementary color
Monochromatic Colors of #978A88
Black with #978A88
Text Example
Text Example
White with #978A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A88; }
p { color: rgb(151,138,136); }
H1.HeaderClassName
{
color: #978A88;
}
.AnyTagClassName
{
color: #978A88;
}
</style>
background-color css
<style>
a { background-color: #978A88; }
a { background-color: rgb(151,138,136); }
div.DivClassName
{
background-color: #978A88;
}
.BgClassName
{
background-color: #978A88;
}
</style>
border-color css
<style>
span { border-color: #978A88; }
span { border-color: rgb(151,138,136); }
td.TdClassName
{
border-color: #978A88;
}
.TagClassName
{
border-color: #978A88;
}
</style>