Shades of Suva Grey #988784
Tints of Suva Grey #988784
RGB
CMYK
RGB Variations
Color information
#988784 (or 0x988784) is known color: Suva Grey. HEX triplet: 98, 87 and 84. RGB value is (152,135,132). Sum of RGB (Red+Green+Blue) = 152+135+132=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #988784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988784 is #67787B. Grayscale: #8B8B8B. Windows color (decimal): -6781052 or 8685464. OLE color: 8685464.
HSL color Cylindrical-coordinate representation of color #988784: hue angle of 9º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #988784 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 135 | 132 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.40 |
| HSL | 9º | 0.09% | 0.56% | - |
| HSV(B) | 9º | 0.13% | 0.6% | - |
| XYZ | 25.78 | 25.67 | 25.43 | - |
| YUV | 139.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 132 | 0 | 0.11 | 0.13 | 0.40 | 9 | 0.09 | 0.56 |
| Hex | 98 | 87 | 84 | 0 | B | D | 28 | 9 | 9 | 38 |
| Octal | 230 | 207 | 204 | 0 | 13 | 15 | 50 | 11 | 11 | 70 |
| Binary | 10011000 | 10000111 | 10000100 | 0 | 1011 | 1101 | 101000 | 1001 | 1001 | 111000 |
Color Harmonies of #988784
Complementary color
Monochromatic Colors of #988784
Black with #988784
Text Example
Text Example
White with #988784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988784; }
p { color: rgb(152,135,132); }
H1.HeaderClassName
{
color: #988784;
}
.AnyTagClassName
{
color: #988784;
}
</style>
background-color css
<style>
a { background-color: #988784; }
a { background-color: rgb(152,135,132); }
div.DivClassName
{
background-color: #988784;
}
.BgClassName
{
background-color: #988784;
}
</style>
border-color css
<style>
span { border-color: #988784; }
span { border-color: rgb(152,135,132); }
td.TdClassName
{
border-color: #988784;
}
.TagClassName
{
border-color: #988784;
}
</style>