Shades of Davy's Grey #7C987F
Tints of Davy's Grey #7C987F
RGB
CMYK
RGB Variations
Color information
#7C987F (or 0x7C987F) is known color: Davy's Grey. HEX triplet: 7C, 98 and 7F. RGB value is (124,152,127). Sum of RGB (Red+Green+Blue) = 124+152+127=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #7C987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C987F is #836780. Grayscale: #8C8C8C. Windows color (decimal): -8611713 or 8362108. OLE color: 8362108.
HSL color Cylindrical-coordinate representation of color #7C987F: hue angle of 126.43º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C987F is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 127 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.40 |
| HSL | 126.43º | 0.12% | 0.54% | - |
| HSV(B) | 126.43º | 0.18% | 0.6% | - |
| XYZ | 23.37 | 28.27 | 24.3 | - |
| YUV | 140.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 127 | 0.18 | 0 | 0.16 | 0.40 | 126.43 | 0.12 | 0.54 |
| Hex | 7C | 98 | 7F | 12 | 0 | 10 | 28 | 7E | C | 36 |
| Octal | 174 | 230 | 177 | 22 | 0 | 20 | 50 | 176 | 14 | 66 |
| Binary | 1111100 | 10011000 | 1111111 | 10010 | 0 | 10000 | 101000 | 1111110 | 1100 | 110110 |
Color Harmonies of #7C987F
Complementary color
Monochromatic Colors of #7C987F
Black with #7C987F
Text Example
Text Example
White with #7C987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C987F; }
p { color: rgb(124,152,127); }
H1.HeaderClassName
{
color: #7C987F;
}
.AnyTagClassName
{
color: #7C987F;
}
</style>
background-color css
<style>
a { background-color: #7C987F; }
a { background-color: rgb(124,152,127); }
div.DivClassName
{
background-color: #7C987F;
}
.BgClassName
{
background-color: #7C987F;
}
</style>
border-color css
<style>
span { border-color: #7C987F; }
span { border-color: rgb(124,152,127); }
td.TdClassName
{
border-color: #7C987F;
}
.TagClassName
{
border-color: #7C987F;
}
</style>