Shades of Suva Grey #897F7E
Tints of Suva Grey #897F7E
RGB
CMYK
RGB Variations
Color information
#897F7E (or 0x897F7E) is known color: Suva Grey. HEX triplet: 89, 7F and 7E. RGB value is (137,127,126). Sum of RGB (Red+Green+Blue) = 137+127+126=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F7E is #768081. Grayscale: #818181. Windows color (decimal): -7766146 or 8290185. OLE color: 8290185.
HSL color Cylindrical-coordinate representation of color #897F7E: hue angle of 5.45º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #897F7E is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 126 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.46 |
| HSL | 5.45º | 0.04% | 0.52% | - |
| HSV(B) | 5.45º | 0.08% | 0.54% | - |
| XYZ | 21.67 | 22 | 22.84 | - |
| YUV | 129.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 126 | 0 | 0.07 | 0.08 | 0.46 | 5.45 | 0.04 | 0.52 |
| Hex | 89 | 7F | 7E | 0 | 7 | 8 | 2E | 5 | 4 | 34 |
| Octal | 211 | 177 | 176 | 0 | 7 | 10 | 56 | 5 | 4 | 64 |
| Binary | 10001001 | 1111111 | 1111110 | 0 | 111 | 1000 | 101110 | 101 | 100 | 110100 |
Color Harmonies of #897F7E
Complementary color
Monochromatic Colors of #897F7E
Black with #897F7E
Text Example
Text Example
White with #897F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F7E; }
p { color: rgb(137,127,126); }
H1.HeaderClassName
{
color: #897F7E;
}
.AnyTagClassName
{
color: #897F7E;
}
</style>
background-color css
<style>
a { background-color: #897F7E; }
a { background-color: rgb(137,127,126); }
div.DivClassName
{
background-color: #897F7E;
}
.BgClassName
{
background-color: #897F7E;
}
</style>
border-color css
<style>
span { border-color: #897F7E; }
span { border-color: rgb(137,127,126); }
td.TdClassName
{
border-color: #897F7E;
}
.TagClassName
{
border-color: #897F7E;
}
</style>