Shades of Davy's Grey #7D927D
Tints of Davy's Grey #7D927D
RGB
CMYK
RGB Variations
Color information
#7D927D (or 0x7D927D) is known color: Davy's Grey. HEX triplet: 7D, 92 and 7D. RGB value is (125,146,125). Sum of RGB (Red+Green+Blue) = 125+146+125=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #7D927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D927D is #826D82. Grayscale: #898989. Windows color (decimal): -8547715 or 8229501. OLE color: 8229501.
HSL color Cylindrical-coordinate representation of color #7D927D: hue angle of 120º 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 #7D927D is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 125 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.43 |
| HSL | 120º | 0.09% | 0.53% | - |
| HSV(B) | 120º | 0.14% | 0.57% | - |
| XYZ | 22.44 | 26.4 | 23.31 | - |
| YUV | 137.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 125 | 0.14 | 0 | 0.14 | 0.43 | 120 | 0.09 | 0.53 |
| Hex | 7D | 92 | 7D | E | 0 | E | 2B | 78 | 9 | 35 |
| Octal | 175 | 222 | 175 | 16 | 0 | 16 | 53 | 170 | 11 | 65 |
| Binary | 1111101 | 10010010 | 1111101 | 1110 | 0 | 1110 | 101011 | 1111000 | 1001 | 110101 |
Color Harmonies of #7D927D
Complementary color
Monochromatic Colors of #7D927D
Black with #7D927D
Text Example
Text Example
White with #7D927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D927D; }
p { color: rgb(125,146,125); }
H1.HeaderClassName
{
color: #7D927D;
}
.AnyTagClassName
{
color: #7D927D;
}
</style>
background-color css
<style>
a { background-color: #7D927D; }
a { background-color: rgb(125,146,125); }
div.DivClassName
{
background-color: #7D927D;
}
.BgClassName
{
background-color: #7D927D;
}
</style>
border-color css
<style>
span { border-color: #7D927D; }
span { border-color: rgb(125,146,125); }
td.TdClassName
{
border-color: #7D927D;
}
.TagClassName
{
border-color: #7D927D;
}
</style>