Shades of Davy's Grey #747E73
Tints of Davy's Grey #747E73
RGB
CMYK
RGB Variations
Color information
#747E73 (or 0x747E73) is known color: Davy's Grey. HEX triplet: 74, 7E and 73. RGB value is (116,126,115). Sum of RGB (Red+Green+Blue) = 116+126+115=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 126 - color contains mainly: green. Hex color #747E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E73 is #8B818C. Grayscale: #797979. Windows color (decimal): -9142669 or 7569012. OLE color: 7569012.
HSL color Cylindrical-coordinate representation of color #747E73: hue angle of 114.55º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747E73 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 126 | 115 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.51 |
| HSL | 114.55º | 0.05% | 0.47% | - |
| HSV(B) | 114.55º | 0.09% | 0.49% | - |
| XYZ | 17.76 | 19.87 | 19.12 | - |
| YUV | 121.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 115 | 0.08 | 0 | 0.09 | 0.51 | 114.55 | 0.05 | 0.47 |
| Hex | 74 | 7E | 73 | 8 | 0 | 9 | 33 | 73 | 5 | 2F |
| Octal | 164 | 176 | 163 | 10 | 0 | 11 | 63 | 163 | 5 | 57 |
| Binary | 1110100 | 1111110 | 1110011 | 1000 | 0 | 1001 | 110011 | 1110011 | 101 | 101111 |
Color Harmonies of #747E73
Complementary color
Monochromatic Colors of #747E73
Black with #747E73
Text Example
Text Example
White with #747E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E73; }
p { color: rgb(116,126,115); }
H1.HeaderClassName
{
color: #747E73;
}
.AnyTagClassName
{
color: #747E73;
}
</style>
background-color css
<style>
a { background-color: #747E73; }
a { background-color: rgb(116,126,115); }
div.DivClassName
{
background-color: #747E73;
}
.BgClassName
{
background-color: #747E73;
}
</style>
border-color css
<style>
span { border-color: #747E73; }
span { border-color: rgb(116,126,115); }
td.TdClassName
{
border-color: #747E73;
}
.TagClassName
{
border-color: #747E73;
}
</style>