Shades of Dove Grey #787569
Tints of Dove Grey #787569
RGB
CMYK
RGB Variations
Color information
#787569 (or 0x787569) is known color: Dove Grey. HEX triplet: 78, 75 and 69. RGB value is (120,117,105). Sum of RGB (Red+Green+Blue) = 120+117+105=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #787569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787569 is #878A96. Grayscale: #747474. Windows color (decimal): -8882839 or 6911352. OLE color: 6911352.
HSL color Cylindrical-coordinate representation of color #787569: hue angle of 48º 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 #787569 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 105 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.53 |
| HSL | 48º | 0.07% | 0.44% | - |
| HSV(B) | 48º | 0.13% | 0.47% | - |
| XYZ | 16.66 | 17.74 | 15.91 | - |
| YUV | 116.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 105 | 0 | 0.02 | 0.13 | 0.53 | 48 | 0.07 | 0.44 |
| Hex | 78 | 75 | 69 | 0 | 2 | D | 35 | 30 | 7 | 2C |
| Octal | 170 | 165 | 151 | 0 | 2 | 15 | 65 | 60 | 7 | 54 |
| Binary | 1111000 | 1110101 | 1101001 | 0 | 10 | 1101 | 110101 | 110000 | 111 | 101100 |
Color Harmonies of #787569
Complementary color
Monochromatic Colors of #787569
Black with #787569
Text Example
Text Example
White with #787569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787569; }
p { color: rgb(120,117,105); }
H1.HeaderClassName
{
color: #787569;
}
.AnyTagClassName
{
color: #787569;
}
</style>
background-color css
<style>
a { background-color: #787569; }
a { background-color: rgb(120,117,105); }
div.DivClassName
{
background-color: #787569;
}
.BgClassName
{
background-color: #787569;
}
</style>
border-color css
<style>
span { border-color: #787569; }
span { border-color: rgb(120,117,105); }
td.TdClassName
{
border-color: #787569;
}
.TagClassName
{
border-color: #787569;
}
</style>