Shades of Suva Grey #88807E
Tints of Suva Grey #88807E
RGB
CMYK
RGB Variations
Color information
#88807E (or 0x88807E) is known color: Suva Grey. HEX triplet: 88, 80 and 7E. RGB value is (136,128,126). Sum of RGB (Red+Green+Blue) = 136+128+126=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #88807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88807E is #777F81. Grayscale: #828282. Windows color (decimal): -7831426 or 8290440. OLE color: 8290440.
HSL color Cylindrical-coordinate representation of color #88807E: hue angle of 12º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88807E is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 126 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.47 |
| HSL | 12º | 0.04% | 0.51% | - |
| HSV(B) | 12º | 0.07% | 0.53% | - |
| XYZ | 21.64 | 22.18 | 22.88 | - |
| YUV | 130.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 126 | 0 | 0.06 | 0.07 | 0.47 | 12 | 0.04 | 0.51 |
| Hex | 88 | 80 | 7E | 0 | 6 | 7 | 2F | C | 4 | 33 |
| Octal | 210 | 200 | 176 | 0 | 6 | 7 | 57 | 14 | 4 | 63 |
| Binary | 10001000 | 10000000 | 1111110 | 0 | 110 | 111 | 101111 | 1100 | 100 | 110011 |
Color Harmonies of #88807E
Complementary color
Monochromatic Colors of #88807E
Black with #88807E
Text Example
Text Example
White with #88807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88807E; }
p { color: rgb(136,128,126); }
H1.HeaderClassName
{
color: #88807E;
}
.AnyTagClassName
{
color: #88807E;
}
</style>
background-color css
<style>
a { background-color: #88807E; }
a { background-color: rgb(136,128,126); }
div.DivClassName
{
background-color: #88807E;
}
.BgClassName
{
background-color: #88807E;
}
</style>
border-color css
<style>
span { border-color: #88807E; }
span { border-color: rgb(136,128,126); }
td.TdClassName
{
border-color: #88807E;
}
.TagClassName
{
border-color: #88807E;
}
</style>