Shades of Suva Grey #978984
Tints of Suva Grey #978984
RGB
CMYK
RGB Variations
Color information
#978984 (or 0x978984) is known color: Suva Grey. HEX triplet: 97, 89 and 84. RGB value is (151,137,132). Sum of RGB (Red+Green+Blue) = 151+137+132=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #978984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978984 is #68767B. Grayscale: #8C8C8C. Windows color (decimal): -6846076 or 8685975. OLE color: 8685975.
HSL color Cylindrical-coordinate representation of color #978984: hue angle of 15.79º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978984 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 137 | 132 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.41 |
| HSL | 15.79º | 0.08% | 0.55% | - |
| HSV(B) | 15.79º | 0.13% | 0.59% | - |
| XYZ | 25.87 | 26.14 | 25.51 | - |
| YUV | 140.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 132 | 0 | 0.09 | 0.13 | 0.41 | 15.79 | 0.08 | 0.55 |
| Hex | 97 | 89 | 84 | 0 | 9 | D | 29 | 10 | 8 | 37 |
| Octal | 227 | 211 | 204 | 0 | 11 | 15 | 51 | 20 | 10 | 67 |
| Binary | 10010111 | 10001001 | 10000100 | 0 | 1001 | 1101 | 101001 | 10000 | 1000 | 110111 |
Color Harmonies of #978984
Complementary color
Monochromatic Colors of #978984
Black with #978984
Text Example
Text Example
White with #978984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978984; }
p { color: rgb(151,137,132); }
H1.HeaderClassName
{
color: #978984;
}
.AnyTagClassName
{
color: #978984;
}
</style>
background-color css
<style>
a { background-color: #978984; }
a { background-color: rgb(151,137,132); }
div.DivClassName
{
background-color: #978984;
}
.BgClassName
{
background-color: #978984;
}
</style>
border-color css
<style>
span { border-color: #978984; }
span { border-color: rgb(151,137,132); }
td.TdClassName
{
border-color: #978984;
}
.TagClassName
{
border-color: #978984;
}
</style>