Shades of Davy's Grey #7A897B
Tints of Davy's Grey #7A897B
RGB
CMYK
RGB Variations
Color information
#7A897B (or 0x7A897B) is known color: Davy's Grey. HEX triplet: 7A, 89 and 7B. RGB value is (122,137,123). Sum of RGB (Red+Green+Blue) = 122+137+123=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #7A897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A897B is #857684. Grayscale: #828282. Windows color (decimal): -8746629 or 8096122. OLE color: 8096122.
HSL color Cylindrical-coordinate representation of color #7A897B: hue angle of 124º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A897B is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 123 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.46 |
| HSL | 124º | 0.06% | 0.51% | - |
| HSV(B) | 124º | 0.11% | 0.54% | - |
| XYZ | 20.55 | 23.46 | 22.18 | - |
| YUV | 130.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 123 | 0.11 | 0 | 0.10 | 0.46 | 124 | 0.06 | 0.51 |
| Hex | 7A | 89 | 7B | B | 0 | A | 2E | 7C | 6 | 33 |
| Octal | 172 | 211 | 173 | 13 | 0 | 12 | 56 | 174 | 6 | 63 |
| Binary | 1111010 | 10001001 | 1111011 | 1011 | 0 | 1010 | 101110 | 1111100 | 110 | 110011 |
Color Harmonies of #7A897B
Complementary color
Monochromatic Colors of #7A897B
Black with #7A897B
Text Example
Text Example
White with #7A897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A897B; }
p { color: rgb(122,137,123); }
H1.HeaderClassName
{
color: #7A897B;
}
.AnyTagClassName
{
color: #7A897B;
}
</style>
background-color css
<style>
a { background-color: #7A897B; }
a { background-color: rgb(122,137,123); }
div.DivClassName
{
background-color: #7A897B;
}
.BgClassName
{
background-color: #7A897B;
}
</style>
border-color css
<style>
span { border-color: #7A897B; }
span { border-color: rgb(122,137,123); }
td.TdClassName
{
border-color: #7A897B;
}
.TagClassName
{
border-color: #7A897B;
}
</style>