Shades of Davy's Grey #7A9B7B
Tints of Davy's Grey #7A9B7B
RGB
CMYK
RGB Variations
Color information
#7A9B7B (or 0x7A9B7B) is known color: Davy's Grey. HEX triplet: 7A, 9B and 7B. RGB value is (122,155,123). Sum of RGB (Red+Green+Blue) = 122+155+123=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B7B is #856484. Grayscale: #8D8D8D. Windows color (decimal): -8742021 or 8100730. OLE color: 8100730.
HSL color Cylindrical-coordinate representation of color #7A9B7B: hue angle of 121.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9B7B is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 123 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.39 |
| HSL | 121.82º | 0.14% | 0.54% | - |
| HSV(B) | 121.82º | 0.21% | 0.61% | - |
| XYZ | 23.32 | 29.01 | 23.11 | - |
| YUV | 141.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 123 | 0.21 | 0 | 0.21 | 0.39 | 121.82 | 0.14 | 0.54 |
| Hex | 7A | 9B | 7B | 15 | 0 | 15 | 27 | 7A | E | 36 |
| Octal | 172 | 233 | 173 | 25 | 0 | 25 | 47 | 172 | 16 | 66 |
| Binary | 1111010 | 10011011 | 1111011 | 10101 | 0 | 10101 | 100111 | 1111010 | 1110 | 110110 |
Color Harmonies of #7A9B7B
Complementary color
Monochromatic Colors of #7A9B7B
Black with #7A9B7B
Text Example
Text Example
White with #7A9B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B7B; }
p { color: rgb(122,155,123); }
H1.HeaderClassName
{
color: #7A9B7B;
}
.AnyTagClassName
{
color: #7A9B7B;
}
</style>
background-color css
<style>
a { background-color: #7A9B7B; }
a { background-color: rgb(122,155,123); }
div.DivClassName
{
background-color: #7A9B7B;
}
.BgClassName
{
background-color: #7A9B7B;
}
</style>
border-color css
<style>
span { border-color: #7A9B7B; }
span { border-color: rgb(122,155,123); }
td.TdClassName
{
border-color: #7A9B7B;
}
.TagClassName
{
border-color: #7A9B7B;
}
</style>