Shades of Dove Grey #7B776B
Tints of Dove Grey #7B776B
RGB
CMYK
RGB Variations
Color information
#7B776B (or 0x7B776B) is known color: Dove Grey. HEX triplet: 7B, 77 and 6B. RGB value is (123,119,107). Sum of RGB (Red+Green+Blue) = 123+119+107=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 123 - color contains mainly: red. Hex color #7B776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B776B is #848894. Grayscale: #767676. Windows color (decimal): -8685717 or 7042939. OLE color: 7042939.
HSL color Cylindrical-coordinate representation of color #7B776B: hue angle of 45º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B776B is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 107 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.52 |
| HSL | 45º | 0.07% | 0.45% | - |
| HSV(B) | 45º | 0.13% | 0.48% | - |
| XYZ | 17.42 | 18.47 | 16.56 | - |
| YUV | 118.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 107 | 0 | 0.03 | 0.13 | 0.52 | 45 | 0.07 | 0.45 |
| Hex | 7B | 77 | 6B | 0 | 3 | D | 34 | 2D | 7 | 2D |
| Octal | 173 | 167 | 153 | 0 | 3 | 15 | 64 | 55 | 7 | 55 |
| Binary | 1111011 | 1110111 | 1101011 | 0 | 11 | 1101 | 110100 | 101101 | 111 | 101101 |
Color Harmonies of #7B776B
Complementary color
Monochromatic Colors of #7B776B
Black with #7B776B
Text Example
Text Example
White with #7B776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B776B; }
p { color: rgb(123,119,107); }
H1.HeaderClassName
{
color: #7B776B;
}
.AnyTagClassName
{
color: #7B776B;
}
</style>
background-color css
<style>
a { background-color: #7B776B; }
a { background-color: rgb(123,119,107); }
div.DivClassName
{
background-color: #7B776B;
}
.BgClassName
{
background-color: #7B776B;
}
</style>
border-color css
<style>
span { border-color: #7B776B; }
span { border-color: rgb(123,119,107); }
td.TdClassName
{
border-color: #7B776B;
}
.TagClassName
{
border-color: #7B776B;
}
</style>