Shades of Dove Grey #787671
Tints of Dove Grey #787671
RGB
CMYK
RGB Variations
Color information
#787671 (or 0x787671) is known color: Dove Grey. HEX triplet: 78, 76 and 71. RGB value is (120,118,113). Sum of RGB (Red+Green+Blue) = 120+118+113=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 120 - color contains mainly: red. Hex color #787671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787671 is #87898E. Grayscale: #767676. Windows color (decimal): -8882575 or 7435896. OLE color: 7435896.
HSL color Cylindrical-coordinate representation of color #787671: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #787671 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 113 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.53 |
| HSL | 42.86º | 0.03% | 0.46% | - |
| HSV(B) | 42.86º | 0.06% | 0.47% | - |
| XYZ | 17.2 | 18.14 | 18.22 | - |
| YUV | 118.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 113 | 0 | 0.02 | 0.06 | 0.53 | 42.86 | 0.03 | 0.46 |
| Hex | 78 | 76 | 71 | 0 | 2 | 6 | 35 | 2B | 3 | 2E |
| Octal | 170 | 166 | 161 | 0 | 2 | 6 | 65 | 53 | 3 | 56 |
| Binary | 1111000 | 1110110 | 1110001 | 0 | 10 | 110 | 110101 | 101011 | 11 | 101110 |
Color Harmonies of #787671
Complementary color
Monochromatic Colors of #787671
Black with #787671
Text Example
Text Example
White with #787671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787671; }
p { color: rgb(120,118,113); }
H1.HeaderClassName
{
color: #787671;
}
.AnyTagClassName
{
color: #787671;
}
</style>
background-color css
<style>
a { background-color: #787671; }
a { background-color: rgb(120,118,113); }
div.DivClassName
{
background-color: #787671;
}
.BgClassName
{
background-color: #787671;
}
</style>
border-color css
<style>
span { border-color: #787671; }
span { border-color: rgb(120,118,113); }
td.TdClassName
{
border-color: #787671;
}
.TagClassName
{
border-color: #787671;
}
</style>