Shades of Suva Grey #888381
Tints of Suva Grey #888381
RGB
CMYK
RGB Variations
Color information
#888381 (or 0x888381) is known color: Suva Grey. HEX triplet: 88, 83 and 81. RGB value is (136,131,129). Sum of RGB (Red+Green+Blue) = 136+131+129=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 136 - color contains mainly: red. Hex color #888381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888381 is #777C7E. Grayscale: #848484. Windows color (decimal): -7830655 or 8487816. OLE color: 8487816.
HSL color Cylindrical-coordinate representation of color #888381: hue angle of 17.14º 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 #888381 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 129 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.47 |
| HSL | 17.14º | 0.03% | 0.52% | - |
| HSV(B) | 17.14º | 0.05% | 0.53% | - |
| XYZ | 22.23 | 23.05 | 24.05 | - |
| YUV | 132.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 129 | 0 | 0.04 | 0.05 | 0.47 | 17.14 | 0.03 | 0.52 |
| Hex | 88 | 83 | 81 | 0 | 4 | 5 | 2F | 11 | 3 | 34 |
| Octal | 210 | 203 | 201 | 0 | 4 | 5 | 57 | 21 | 3 | 64 |
| Binary | 10001000 | 10000011 | 10000001 | 0 | 100 | 101 | 101111 | 10001 | 11 | 110100 |
Color Harmonies of #888381
Complementary color
Monochromatic Colors of #888381
Black with #888381
Text Example
Text Example
White with #888381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888381; }
p { color: rgb(136,131,129); }
H1.HeaderClassName
{
color: #888381;
}
.AnyTagClassName
{
color: #888381;
}
</style>
background-color css
<style>
a { background-color: #888381; }
a { background-color: rgb(136,131,129); }
div.DivClassName
{
background-color: #888381;
}
.BgClassName
{
background-color: #888381;
}
</style>
border-color css
<style>
span { border-color: #888381; }
span { border-color: rgb(136,131,129); }
td.TdClassName
{
border-color: #888381;
}
.TagClassName
{
border-color: #888381;
}
</style>