Shades of Suva Grey #888281
Tints of Suva Grey #888281
RGB
CMYK
RGB Variations
Color information
#888281 (or 0x888281) is known color: Suva Grey. HEX triplet: 88, 82 and 81. RGB value is (136,130,129). Sum of RGB (Red+Green+Blue) = 136+130+129=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 136 - color contains mainly: red. Hex color #888281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888281 is #777D7E. Grayscale: #838383. Windows color (decimal): -7830911 or 8487560. OLE color: 8487560.
HSL color Cylindrical-coordinate representation of color #888281: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #888281 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 129 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.47 |
| HSL | 8.57º | 0.03% | 0.52% | - |
| HSV(B) | 8.57º | 0.05% | 0.53% | - |
| XYZ | 22.1 | 22.78 | 24 | - |
| YUV | 131.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 129 | 0 | 0.04 | 0.05 | 0.47 | 8.57 | 0.03 | 0.52 |
| Hex | 88 | 82 | 81 | 0 | 4 | 5 | 2F | 9 | 3 | 34 |
| Octal | 210 | 202 | 201 | 0 | 4 | 5 | 57 | 11 | 3 | 64 |
| Binary | 10001000 | 10000010 | 10000001 | 0 | 100 | 101 | 101111 | 1001 | 11 | 110100 |
Color Harmonies of #888281
Complementary color
Monochromatic Colors of #888281
Black with #888281
Text Example
Text Example
White with #888281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888281; }
p { color: rgb(136,130,129); }
H1.HeaderClassName
{
color: #888281;
}
.AnyTagClassName
{
color: #888281;
}
</style>
background-color css
<style>
a { background-color: #888281; }
a { background-color: rgb(136,130,129); }
div.DivClassName
{
background-color: #888281;
}
.BgClassName
{
background-color: #888281;
}
</style>
border-color css
<style>
span { border-color: #888281; }
span { border-color: rgb(136,130,129); }
td.TdClassName
{
border-color: #888281;
}
.TagClassName
{
border-color: #888281;
}
</style>