Shades of Suva Grey #897E7C
Tints of Suva Grey #897E7C
RGB
CMYK
RGB Variations
Color information
#897E7C (or 0x897E7C) is known color: Suva Grey. HEX triplet: 89, 7E and 7C. RGB value is (137,126,124). Sum of RGB (Red+Green+Blue) = 137+126+124=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #897E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E7C is #768183. Grayscale: #818181. Windows color (decimal): -7766404 or 8158857. OLE color: 8158857.
HSL color Cylindrical-coordinate representation of color #897E7C: hue angle of 9.23º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #897E7C is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 124 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.46 |
| HSL | 9.23º | 0.05% | 0.51% | - |
| HSV(B) | 9.23º | 0.09% | 0.54% | - |
| XYZ | 21.42 | 21.7 | 22.13 | - |
| YUV | 129.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 124 | 0 | 0.08 | 0.09 | 0.46 | 9.23 | 0.05 | 0.51 |
| Hex | 89 | 7E | 7C | 0 | 8 | 9 | 2E | 9 | 5 | 33 |
| Octal | 211 | 176 | 174 | 0 | 10 | 11 | 56 | 11 | 5 | 63 |
| Binary | 10001001 | 1111110 | 1111100 | 0 | 1000 | 1001 | 101110 | 1001 | 101 | 110011 |
Color Harmonies of #897E7C
Complementary color
Monochromatic Colors of #897E7C
Black with #897E7C
Text Example
Text Example
White with #897E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E7C; }
p { color: rgb(137,126,124); }
H1.HeaderClassName
{
color: #897E7C;
}
.AnyTagClassName
{
color: #897E7C;
}
</style>
background-color css
<style>
a { background-color: #897E7C; }
a { background-color: rgb(137,126,124); }
div.DivClassName
{
background-color: #897E7C;
}
.BgClassName
{
background-color: #897E7C;
}
</style>
border-color css
<style>
span { border-color: #897E7C; }
span { border-color: rgb(137,126,124); }
td.TdClassName
{
border-color: #897E7C;
}
.TagClassName
{
border-color: #897E7C;
}
</style>