Shades of Grey #897F7F
Tints of Grey #897F7F
RGB
CMYK
RGB Variations
Color information
#897F7F (or 0x897F7F) is known color: Grey. HEX triplet: 89, 7F and 7F. RGB value is (137,127,127). Sum of RGB (Red+Green+Blue) = 137+127+127=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #897F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F7F is #768080. Grayscale: #828282. Windows color (decimal): -7766145 or 8355721. OLE color: 8355721.
HSL color Cylindrical-coordinate representation of color #897F7F: hue angle of 0º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #897F7F is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 127 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.46 |
| HSL | 0º | 0.04% | 0.52% | - |
| HSV(B) | 0º | 0.07% | 0.54% | - |
| XYZ | 21.74 | 22.03 | 23.19 | - |
| YUV | 129.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 127 | 0 | 0.07 | 0.07 | 0.46 | 0 | 0.04 | 0.52 |
| Hex | 89 | 7F | 7F | 0 | 7 | 7 | 2E | 0 | 4 | 34 |
| Octal | 211 | 177 | 177 | 0 | 7 | 7 | 56 | 0 | 4 | 64 |
| Binary | 10001001 | 1111111 | 1111111 | 0 | 111 | 111 | 101110 | 0 | 100 | 110100 |
Color Harmonies of #897F7F
Complementary color
Monochromatic Colors of #897F7F
Black with #897F7F
Text Example
Text Example
White with #897F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F7F; }
p { color: rgb(137,127,127); }
H1.HeaderClassName
{
color: #897F7F;
}
.AnyTagClassName
{
color: #897F7F;
}
</style>
background-color css
<style>
a { background-color: #897F7F; }
a { background-color: rgb(137,127,127); }
div.DivClassName
{
background-color: #897F7F;
}
.BgClassName
{
background-color: #897F7F;
}
</style>
border-color css
<style>
span { border-color: #897F7F; }
span { border-color: rgb(137,127,127); }
td.TdClassName
{
border-color: #897F7F;
}
.TagClassName
{
border-color: #897F7F;
}
</style>