Shades of Suva Grey #897D7B
Tints of Suva Grey #897D7B
RGB
CMYK
RGB Variations
Color information
#897D7B (or 0x897D7B) is known color: Suva Grey. HEX triplet: 89, 7D and 7B. RGB value is (137,125,123). Sum of RGB (Red+Green+Blue) = 137+125+123=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #897D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D7B is #768284. Grayscale: #808080. Windows color (decimal): -7766661 or 8093065. OLE color: 8093065.
HSL color Cylindrical-coordinate representation of color #897D7B: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #897D7B is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 125 | 123 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.46 |
| HSL | 8.57º | 0.06% | 0.51% | - |
| HSV(B) | 8.57º | 0.1% | 0.54% | - |
| XYZ | 21.23 | 21.42 | 21.75 | - |
| YUV | 128.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 123 | 0 | 0.09 | 0.10 | 0.46 | 8.57 | 0.06 | 0.51 |
| Hex | 89 | 7D | 7B | 0 | 9 | A | 2E | 9 | 6 | 33 |
| Octal | 211 | 175 | 173 | 0 | 11 | 12 | 56 | 11 | 6 | 63 |
| Binary | 10001001 | 1111101 | 1111011 | 0 | 1001 | 1010 | 101110 | 1001 | 110 | 110011 |
Color Harmonies of #897D7B
Complementary color
Monochromatic Colors of #897D7B
Black with #897D7B
Text Example
Text Example
White with #897D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D7B; }
p { color: rgb(137,125,123); }
H1.HeaderClassName
{
color: #897D7B;
}
.AnyTagClassName
{
color: #897D7B;
}
</style>
background-color css
<style>
a { background-color: #897D7B; }
a { background-color: rgb(137,125,123); }
div.DivClassName
{
background-color: #897D7B;
}
.BgClassName
{
background-color: #897D7B;
}
</style>
border-color css
<style>
span { border-color: #897D7B; }
span { border-color: rgb(137,125,123); }
td.TdClassName
{
border-color: #897D7B;
}
.TagClassName
{
border-color: #897D7B;
}
</style>