Shades of Davy's Grey #7C927E
Tints of Davy's Grey #7C927E
RGB
CMYK
RGB Variations
Color information
#7C927E (or 0x7C927E) is known color: Davy's Grey. HEX triplet: 7C, 92 and 7E. RGB value is (124,146,126). Sum of RGB (Red+Green+Blue) = 124+146+126=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #7C927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C927E is #836D81. Grayscale: #898989. Windows color (decimal): -8613250 or 8295036. OLE color: 8295036.
HSL color Cylindrical-coordinate representation of color #7C927E: hue angle of 125.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C927E is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 126 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.43 |
| HSL | 125.45º | 0.09% | 0.53% | - |
| HSV(B) | 125.45º | 0.15% | 0.57% | - |
| XYZ | 22.36 | 26.35 | 23.65 | - |
| YUV | 137.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 126 | 0.15 | 0 | 0.14 | 0.43 | 125.45 | 0.09 | 0.53 |
| Hex | 7C | 92 | 7E | F | 0 | E | 2B | 7D | 9 | 35 |
| Octal | 174 | 222 | 176 | 17 | 0 | 16 | 53 | 175 | 11 | 65 |
| Binary | 1111100 | 10010010 | 1111110 | 1111 | 0 | 1110 | 101011 | 1111101 | 1001 | 110101 |
Color Harmonies of #7C927E
Complementary color
Monochromatic Colors of #7C927E
Black with #7C927E
Text Example
Text Example
White with #7C927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C927E; }
p { color: rgb(124,146,126); }
H1.HeaderClassName
{
color: #7C927E;
}
.AnyTagClassName
{
color: #7C927E;
}
</style>
background-color css
<style>
a { background-color: #7C927E; }
a { background-color: rgb(124,146,126); }
div.DivClassName
{
background-color: #7C927E;
}
.BgClassName
{
background-color: #7C927E;
}
</style>
border-color css
<style>
span { border-color: #7C927E; }
span { border-color: rgb(124,146,126); }
td.TdClassName
{
border-color: #7C927E;
}
.TagClassName
{
border-color: #7C927E;
}
</style>