Shades of Dove Grey #787469
Tints of Dove Grey #787469
RGB
CMYK
RGB Variations
Color information
#787469 (or 0x787469) is known color: Dove Grey. HEX triplet: 78, 74 and 69. RGB value is (120,116,105). Sum of RGB (Red+Green+Blue) = 120+116+105=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #787469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787469 is #878B96. Grayscale: #737373. Windows color (decimal): -8883095 or 6911096. OLE color: 6911096.
HSL color Cylindrical-coordinate representation of color #787469: hue angle of 44º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787469 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 105 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.53 |
| HSL | 44º | 0.07% | 0.44% | - |
| HSV(B) | 44º | 0.13% | 0.47% | - |
| XYZ | 16.54 | 17.5 | 15.87 | - |
| YUV | 115.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 105 | 0 | 0.03 | 0.13 | 0.53 | 44 | 0.07 | 0.44 |
| Hex | 78 | 74 | 69 | 0 | 3 | D | 35 | 2C | 7 | 2C |
| Octal | 170 | 164 | 151 | 0 | 3 | 15 | 65 | 54 | 7 | 54 |
| Binary | 1111000 | 1110100 | 1101001 | 0 | 11 | 1101 | 110101 | 101100 | 111 | 101100 |
Color Harmonies of #787469
Complementary color
Monochromatic Colors of #787469
Black with #787469
Text Example
Text Example
White with #787469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787469; }
p { color: rgb(120,116,105); }
H1.HeaderClassName
{
color: #787469;
}
.AnyTagClassName
{
color: #787469;
}
</style>
background-color css
<style>
a { background-color: #787469; }
a { background-color: rgb(120,116,105); }
div.DivClassName
{
background-color: #787469;
}
.BgClassName
{
background-color: #787469;
}
</style>
border-color css
<style>
span { border-color: #787469; }
span { border-color: rgb(120,116,105); }
td.TdClassName
{
border-color: #787469;
}
.TagClassName
{
border-color: #787469;
}
</style>