Shades of Dove Grey #74736D
Tints of Dove Grey #74736D
RGB
CMYK
RGB Variations
Color information
#74736D (or 0x74736D) is known color: Dove Grey. HEX triplet: 74, 73 and 6D. RGB value is (116,115,109). Sum of RGB (Red+Green+Blue) = 116+115+109=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 116 - color contains mainly: red. Hex color #74736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74736D is #8B8C92. Grayscale: #727272. Windows color (decimal): -9145491 or 7172980. OLE color: 7172980.
HSL color Cylindrical-coordinate representation of color #74736D: hue angle of 51.43º 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 #74736D is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 109 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.55 |
| HSL | 51.43º | 0.03% | 0.44% | - |
| HSV(B) | 51.43º | 0.06% | 0.45% | - |
| XYZ | 16.09 | 17.08 | 16.92 | - |
| YUV | 114.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 109 | 0 | 0.01 | 0.06 | 0.55 | 51.43 | 0.03 | 0.44 |
| Hex | 74 | 73 | 6D | 0 | 1 | 6 | 37 | 33 | 3 | 2C |
| Octal | 164 | 163 | 155 | 0 | 1 | 6 | 67 | 63 | 3 | 54 |
| Binary | 1110100 | 1110011 | 1101101 | 0 | 1 | 110 | 110111 | 110011 | 11 | 101100 |
Color Harmonies of #74736D
Complementary color
Monochromatic Colors of #74736D
Black with #74736D
Text Example
Text Example
White with #74736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74736D; }
p { color: rgb(116,115,109); }
H1.HeaderClassName
{
color: #74736D;
}
.AnyTagClassName
{
color: #74736D;
}
</style>
background-color css
<style>
a { background-color: #74736D; }
a { background-color: rgb(116,115,109); }
div.DivClassName
{
background-color: #74736D;
}
.BgClassName
{
background-color: #74736D;
}
</style>
border-color css
<style>
span { border-color: #74736D; }
span { border-color: rgb(116,115,109); }
td.TdClassName
{
border-color: #74736D;
}
.TagClassName
{
border-color: #74736D;
}
</style>