Shades of Davy's Grey #7E927F
Tints of Davy's Grey #7E927F
RGB
CMYK
RGB Variations
Color information
#7E927F (or 0x7E927F) is known color: Davy's Grey. HEX triplet: 7E, 92 and 7F. RGB value is (126,146,127). Sum of RGB (Red+Green+Blue) = 126+146+127=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #7E927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E927F is #816D80. Grayscale: #898989. Windows color (decimal): -8482177 or 8360574. OLE color: 8360574.
HSL color Cylindrical-coordinate representation of color #7E927F: hue angle of 123º degrees, saturation: 0.08, 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 #7E927F is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 127 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.43 |
| HSL | 123º | 0.08% | 0.53% | - |
| HSV(B) | 123º | 0.14% | 0.57% | - |
| XYZ | 22.71 | 26.53 | 24 | - |
| YUV | 137.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 127 | 0.14 | 0 | 0.13 | 0.43 | 123 | 0.08 | 0.53 |
| Hex | 7E | 92 | 7F | E | 0 | D | 2B | 7B | 8 | 35 |
| Octal | 176 | 222 | 177 | 16 | 0 | 15 | 53 | 173 | 10 | 65 |
| Binary | 1111110 | 10010010 | 1111111 | 1110 | 0 | 1101 | 101011 | 1111011 | 1000 | 110101 |
Color Harmonies of #7E927F
Complementary color
Monochromatic Colors of #7E927F
Black with #7E927F
Text Example
Text Example
White with #7E927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E927F; }
p { color: rgb(126,146,127); }
H1.HeaderClassName
{
color: #7E927F;
}
.AnyTagClassName
{
color: #7E927F;
}
</style>
background-color css
<style>
a { background-color: #7E927F; }
a { background-color: rgb(126,146,127); }
div.DivClassName
{
background-color: #7E927F;
}
.BgClassName
{
background-color: #7E927F;
}
</style>
border-color css
<style>
span { border-color: #7E927F; }
span { border-color: rgb(126,146,127); }
td.TdClassName
{
border-color: #7E927F;
}
.TagClassName
{
border-color: #7E927F;
}
</style>