Shades of Suva Grey #988785
Tints of Suva Grey #988785
RGB
CMYK
RGB Variations
Color information
#988785 (or 0x988785) is known color: Suva Grey. HEX triplet: 98, 87 and 85. RGB value is (152,135,133). Sum of RGB (Red+Green+Blue) = 152+135+133=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #988785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988785 is #67787A. Grayscale: #8B8B8B. Windows color (decimal): -6781051 or 8751000. OLE color: 8751000.
HSL color Cylindrical-coordinate representation of color #988785: hue angle of 6.32º 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 #988785 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 135 | 133 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.40 |
| HSL | 6.32º | 0.08% | 0.56% | - |
| HSV(B) | 6.32º | 0.13% | 0.6% | - |
| XYZ | 25.85 | 25.7 | 25.79 | - |
| YUV | 139.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 133 | 0 | 0.11 | 0.13 | 0.40 | 6.32 | 0.08 | 0.56 |
| Hex | 98 | 87 | 85 | 0 | B | D | 28 | 6 | 8 | 38 |
| Octal | 230 | 207 | 205 | 0 | 13 | 15 | 50 | 6 | 10 | 70 |
| Binary | 10011000 | 10000111 | 10000101 | 0 | 1011 | 1101 | 101000 | 110 | 1000 | 111000 |
Color Harmonies of #988785
Complementary color
Monochromatic Colors of #988785
Black with #988785
Text Example
Text Example
White with #988785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988785; }
p { color: rgb(152,135,133); }
H1.HeaderClassName
{
color: #988785;
}
.AnyTagClassName
{
color: #988785;
}
</style>
background-color css
<style>
a { background-color: #988785; }
a { background-color: rgb(152,135,133); }
div.DivClassName
{
background-color: #988785;
}
.BgClassName
{
background-color: #988785;
}
</style>
border-color css
<style>
span { border-color: #988785; }
span { border-color: rgb(152,135,133); }
td.TdClassName
{
border-color: #988785;
}
.TagClassName
{
border-color: #988785;
}
</style>