Shades of Davy's Grey #7B9E7C
Tints of Davy's Grey #7B9E7C
RGB
CMYK
RGB Variations
Color information
#7B9E7C (or 0x7B9E7C) is known color: Davy's Grey. HEX triplet: 7B, 9E and 7C. RGB value is (123,158,124). Sum of RGB (Red+Green+Blue) = 123+158+124=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9E7C is #846183. Grayscale: #8F8F8F. Windows color (decimal): -8675716 or 8167035. OLE color: 8167035.
HSL color Cylindrical-coordinate representation of color #7B9E7C: hue angle of 121.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9E7C is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 124 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.38 |
| HSL | 121.71º | 0.15% | 0.55% | - |
| HSV(B) | 121.71º | 0.22% | 0.62% | - |
| XYZ | 24.03 | 30.12 | 23.62 | - |
| YUV | 143.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 124 | 0.22 | 0 | 0.22 | 0.38 | 121.71 | 0.15 | 0.55 |
| Hex | 7B | 9E | 7C | 16 | 0 | 16 | 26 | 7A | F | 37 |
| Octal | 173 | 236 | 174 | 26 | 0 | 26 | 46 | 172 | 17 | 67 |
| Binary | 1111011 | 10011110 | 1111100 | 10110 | 0 | 10110 | 100110 | 1111010 | 1111 | 110111 |
Color Harmonies of #7B9E7C
Complementary color
Monochromatic Colors of #7B9E7C
Black with #7B9E7C
Text Example
Text Example
White with #7B9E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E7C; }
p { color: rgb(123,158,124); }
H1.HeaderClassName
{
color: #7B9E7C;
}
.AnyTagClassName
{
color: #7B9E7C;
}
</style>
background-color css
<style>
a { background-color: #7B9E7C; }
a { background-color: rgb(123,158,124); }
div.DivClassName
{
background-color: #7B9E7C;
}
.BgClassName
{
background-color: #7B9E7C;
}
</style>
border-color css
<style>
span { border-color: #7B9E7C; }
span { border-color: rgb(123,158,124); }
td.TdClassName
{
border-color: #7B9E7C;
}
.TagClassName
{
border-color: #7B9E7C;
}
</style>