Shades of Dove Grey #77766B
Tints of Dove Grey #77766B
RGB
CMYK
RGB Variations
Color information
#77766B (or 0x77766B) is known color: Dove Grey. HEX triplet: 77, 76 and 6B. RGB value is (119,118,107). Sum of RGB (Red+Green+Blue) = 119+118+107=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #77766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77766B is #888994. Grayscale: #757575. Windows color (decimal): -8948117 or 7042679. OLE color: 7042679.
HSL color Cylindrical-coordinate representation of color #77766B: hue angle of 55º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #77766B is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 107 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.53 |
| HSL | 55º | 0.05% | 0.44% | - |
| HSV(B) | 55º | 0.1% | 0.47% | - |
| XYZ | 16.74 | 17.94 | 16.49 | - |
| YUV | 117.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 107 | 0 | 0.01 | 0.10 | 0.53 | 55 | 0.05 | 0.44 |
| Hex | 77 | 76 | 6B | 0 | 1 | A | 35 | 37 | 5 | 2C |
| Octal | 167 | 166 | 153 | 0 | 1 | 12 | 65 | 67 | 5 | 54 |
| Binary | 1110111 | 1110110 | 1101011 | 0 | 1 | 1010 | 110101 | 110111 | 101 | 101100 |
Color Harmonies of #77766B
Complementary color
Monochromatic Colors of #77766B
Black with #77766B
Text Example
Text Example
White with #77766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77766B; }
p { color: rgb(119,118,107); }
H1.HeaderClassName
{
color: #77766B;
}
.AnyTagClassName
{
color: #77766B;
}
</style>
background-color css
<style>
a { background-color: #77766B; }
a { background-color: rgb(119,118,107); }
div.DivClassName
{
background-color: #77766B;
}
.BgClassName
{
background-color: #77766B;
}
</style>
border-color css
<style>
span { border-color: #77766B; }
span { border-color: rgb(119,118,107); }
td.TdClassName
{
border-color: #77766B;
}
.TagClassName
{
border-color: #77766B;
}
</style>