Shades of Dove Grey #77756D
Tints of Dove Grey #77756D
RGB
CMYK
RGB Variations
Color information
#77756D (or 0x77756D) is known color: Dove Grey. HEX triplet: 77, 75 and 6D. RGB value is (119,117,109). Sum of RGB (Red+Green+Blue) = 119+117+109=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 119 - color contains mainly: red. Hex color #77756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77756D is #888A92. Grayscale: #747474. Windows color (decimal): -8948371 or 7173495. OLE color: 7173495.
HSL color Cylindrical-coordinate representation of color #77756D: hue angle of 48º 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 #77756D is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 109 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.53 |
| HSL | 48º | 0.04% | 0.45% | - |
| HSV(B) | 48º | 0.08% | 0.47% | - |
| XYZ | 16.73 | 17.75 | 17.01 | - |
| YUV | 116.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 109 | 0 | 0.02 | 0.08 | 0.53 | 48 | 0.04 | 0.45 |
| Hex | 77 | 75 | 6D | 0 | 2 | 8 | 35 | 30 | 4 | 2D |
| Octal | 167 | 165 | 155 | 0 | 2 | 10 | 65 | 60 | 4 | 55 |
| Binary | 1110111 | 1110101 | 1101101 | 0 | 10 | 1000 | 110101 | 110000 | 100 | 101101 |
Color Harmonies of #77756D
Complementary color
Monochromatic Colors of #77756D
Black with #77756D
Text Example
Text Example
White with #77756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77756D; }
p { color: rgb(119,117,109); }
H1.HeaderClassName
{
color: #77756D;
}
.AnyTagClassName
{
color: #77756D;
}
</style>
background-color css
<style>
a { background-color: #77756D; }
a { background-color: rgb(119,117,109); }
div.DivClassName
{
background-color: #77756D;
}
.BgClassName
{
background-color: #77756D;
}
</style>
border-color css
<style>
span { border-color: #77756D; }
span { border-color: rgb(119,117,109); }
td.TdClassName
{
border-color: #77756D;
}
.TagClassName
{
border-color: #77756D;
}
</style>