Shades of Dove Grey #78776D
Tints of Dove Grey #78776D
RGB
CMYK
RGB Variations
Color information
#78776D (or 0x78776D) is known color: Dove Grey. HEX triplet: 78, 77 and 6D. RGB value is (120,119,109). Sum of RGB (Red+Green+Blue) = 120+119+109=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 120 - color contains mainly: red. Hex color #78776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78776D is #878892. Grayscale: #767676. Windows color (decimal): -8882323 or 7174008. OLE color: 7174008.
HSL color Cylindrical-coordinate representation of color #78776D: hue angle of 54.55º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #78776D is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 109 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.53 |
| HSL | 54.55º | 0.05% | 0.45% | - |
| HSV(B) | 54.55º | 0.09% | 0.47% | - |
| XYZ | 17.1 | 18.29 | 17.1 | - |
| YUV | 118.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 109 | 0 | 0.01 | 0.09 | 0.53 | 54.55 | 0.05 | 0.45 |
| Hex | 78 | 77 | 6D | 0 | 1 | 9 | 35 | 37 | 5 | 2D |
| Octal | 170 | 167 | 155 | 0 | 1 | 11 | 65 | 67 | 5 | 55 |
| Binary | 1111000 | 1110111 | 1101101 | 0 | 1 | 1001 | 110101 | 110111 | 101 | 101101 |
Color Harmonies of #78776D
Complementary color
Monochromatic Colors of #78776D
Black with #78776D
Text Example
Text Example
White with #78776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78776D; }
p { color: rgb(120,119,109); }
H1.HeaderClassName
{
color: #78776D;
}
.AnyTagClassName
{
color: #78776D;
}
</style>
background-color css
<style>
a { background-color: #78776D; }
a { background-color: rgb(120,119,109); }
div.DivClassName
{
background-color: #78776D;
}
.BgClassName
{
background-color: #78776D;
}
</style>
border-color css
<style>
span { border-color: #78776D; }
span { border-color: rgb(120,119,109); }
td.TdClassName
{
border-color: #78776D;
}
.TagClassName
{
border-color: #78776D;
}
</style>