Shades of Davy's Grey #7D927E
Tints of Davy's Grey #7D927E
RGB
CMYK
RGB Variations
Color information
#7D927E (or 0x7D927E) is known color: Davy's Grey. HEX triplet: 7D, 92 and 7E. RGB value is (125,146,126). Sum of RGB (Red+Green+Blue) = 125+146+126=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #7D927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D927E is #826D81. Grayscale: #898989. Windows color (decimal): -8547714 or 8295037. OLE color: 8295037.
HSL color Cylindrical-coordinate representation of color #7D927E: hue angle of 122.86º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D927E is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 126 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.43 |
| HSL | 122.86º | 0.09% | 0.53% | - |
| HSV(B) | 122.86º | 0.14% | 0.57% | - |
| XYZ | 22.5 | 26.42 | 23.65 | - |
| YUV | 137.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 126 | 0.14 | 0 | 0.14 | 0.43 | 122.86 | 0.09 | 0.53 |
| Hex | 7D | 92 | 7E | E | 0 | E | 2B | 7B | 9 | 35 |
| Octal | 175 | 222 | 176 | 16 | 0 | 16 | 53 | 173 | 11 | 65 |
| Binary | 1111101 | 10010010 | 1111110 | 1110 | 0 | 1110 | 101011 | 1111011 | 1001 | 110101 |
Color Harmonies of #7D927E
Complementary color
Monochromatic Colors of #7D927E
Black with #7D927E
Text Example
Text Example
White with #7D927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D927E; }
p { color: rgb(125,146,126); }
H1.HeaderClassName
{
color: #7D927E;
}
.AnyTagClassName
{
color: #7D927E;
}
</style>
background-color css
<style>
a { background-color: #7D927E; }
a { background-color: rgb(125,146,126); }
div.DivClassName
{
background-color: #7D927E;
}
.BgClassName
{
background-color: #7D927E;
}
</style>
border-color css
<style>
span { border-color: #7D927E; }
span { border-color: rgb(125,146,126); }
td.TdClassName
{
border-color: #7D927E;
}
.TagClassName
{
border-color: #7D927E;
}
</style>