Shades of Dove Grey #74726D
Tints of Dove Grey #74726D
RGB
CMYK
RGB Variations
Color information
#74726D (or 0x74726D) is known color: Dove Grey. HEX triplet: 74, 72 and 6D. RGB value is (116,114,109). Sum of RGB (Red+Green+Blue) = 116+114+109=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 116 - color contains mainly: red. Hex color #74726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74726D is #8B8D92. Grayscale: #727272. Windows color (decimal): -9145747 or 7172724. OLE color: 7172724.
HSL color Cylindrical-coordinate representation of color #74726D: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #74726D is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 109 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.55 |
| HSL | 42.86º | 0.03% | 0.44% | - |
| HSV(B) | 42.86º | 0.06% | 0.45% | - |
| XYZ | 15.98 | 16.85 | 16.88 | - |
| YUV | 114.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 109 | 0 | 0.02 | 0.06 | 0.55 | 42.86 | 0.03 | 0.44 |
| Hex | 74 | 72 | 6D | 0 | 2 | 6 | 37 | 2B | 3 | 2C |
| Octal | 164 | 162 | 155 | 0 | 2 | 6 | 67 | 53 | 3 | 54 |
| Binary | 1110100 | 1110010 | 1101101 | 0 | 10 | 110 | 110111 | 101011 | 11 | 101100 |
Color Harmonies of #74726D
Complementary color
Monochromatic Colors of #74726D
Black with #74726D
Text Example
Text Example
White with #74726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74726D; }
p { color: rgb(116,114,109); }
H1.HeaderClassName
{
color: #74726D;
}
.AnyTagClassName
{
color: #74726D;
}
</style>
background-color css
<style>
a { background-color: #74726D; }
a { background-color: rgb(116,114,109); }
div.DivClassName
{
background-color: #74726D;
}
.BgClassName
{
background-color: #74726D;
}
</style>
border-color css
<style>
span { border-color: #74726D; }
span { border-color: rgb(116,114,109); }
td.TdClassName
{
border-color: #74726D;
}
.TagClassName
{
border-color: #74726D;
}
</style>