Shades of Dove Grey #777673
Tints of Dove Grey #777673
RGB
CMYK
RGB Variations
Color information
#777673 (or 0x777673) is known color: Dove Grey. HEX triplet: 77, 76 and 73. RGB value is (119,118,115). Sum of RGB (Red+Green+Blue) = 119+118+115=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 119 - color contains mainly: red. Hex color #777673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777673 is #88898C. Grayscale: #757575. Windows color (decimal): -8948109 or 7566967. OLE color: 7566967.
HSL color Cylindrical-coordinate representation of color #777673: hue angle of 45º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #777673 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 115 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.53 |
| HSL | 45º | 0.02% | 0.46% | - |
| HSV(B) | 45º | 0.03% | 0.47% | - |
| XYZ | 17.18 | 18.12 | 18.81 | - |
| YUV | 117.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 115 | 0 | 0.01 | 0.03 | 0.53 | 45 | 0.02 | 0.46 |
| Hex | 77 | 76 | 73 | 0 | 1 | 3 | 35 | 2D | 2 | 2E |
| Octal | 167 | 166 | 163 | 0 | 1 | 3 | 65 | 55 | 2 | 56 |
| Binary | 1110111 | 1110110 | 1110011 | 0 | 1 | 11 | 110101 | 101101 | 10 | 101110 |
Color Harmonies of #777673
Complementary color
Monochromatic Colors of #777673
Black with #777673
Text Example
Text Example
White with #777673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777673; }
p { color: rgb(119,118,115); }
H1.HeaderClassName
{
color: #777673;
}
.AnyTagClassName
{
color: #777673;
}
</style>
background-color css
<style>
a { background-color: #777673; }
a { background-color: rgb(119,118,115); }
div.DivClassName
{
background-color: #777673;
}
.BgClassName
{
background-color: #777673;
}
</style>
border-color css
<style>
span { border-color: #777673; }
span { border-color: rgb(119,118,115); }
td.TdClassName
{
border-color: #777673;
}
.TagClassName
{
border-color: #777673;
}
</style>