Shades of Dove Grey #77766D
Tints of Dove Grey #77766D
RGB
CMYK
RGB Variations
Color information
#77766D (or 0x77766D) is known color: Dove Grey. HEX triplet: 77, 76 and 6D. RGB value is (119,118,109). Sum of RGB (Red+Green+Blue) = 119+118+109=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 119 - color contains mainly: red. Hex color #77766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77766D is #888992. Grayscale: #757575. Windows color (decimal): -8948115 or 7173751. OLE color: 7173751.
HSL color Cylindrical-coordinate representation of color #77766D: hue angle of 54º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77766D is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 109 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.53 |
| HSL | 54º | 0.04% | 0.45% | - |
| HSV(B) | 54º | 0.08% | 0.47% | - |
| XYZ | 16.85 | 17.98 | 17.05 | - |
| YUV | 117.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 109 | 0 | 0.01 | 0.08 | 0.53 | 54 | 0.04 | 0.45 |
| Hex | 77 | 76 | 6D | 0 | 1 | 8 | 35 | 36 | 4 | 2D |
| Octal | 167 | 166 | 155 | 0 | 1 | 10 | 65 | 66 | 4 | 55 |
| Binary | 1110111 | 1110110 | 1101101 | 0 | 1 | 1000 | 110101 | 110110 | 100 | 101101 |
Color Harmonies of #77766D
Complementary color
Monochromatic Colors of #77766D
Black with #77766D
Text Example
Text Example
White with #77766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77766D; }
p { color: rgb(119,118,109); }
H1.HeaderClassName
{
color: #77766D;
}
.AnyTagClassName
{
color: #77766D;
}
</style>
background-color css
<style>
a { background-color: #77766D; }
a { background-color: rgb(119,118,109); }
div.DivClassName
{
background-color: #77766D;
}
.BgClassName
{
background-color: #77766D;
}
</style>
border-color css
<style>
span { border-color: #77766D; }
span { border-color: rgb(119,118,109); }
td.TdClassName
{
border-color: #77766D;
}
.TagClassName
{
border-color: #77766D;
}
</style>