Shades of Dove Grey #7B796D
Tints of Dove Grey #7B796D
RGB
CMYK
RGB Variations
Color information
#7B796D (or 0x7B796D) is known color: Dove Grey. HEX triplet: 7B, 79 and 6D. RGB value is (123,121,109). Sum of RGB (Red+Green+Blue) = 123+121+109=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 123 - color contains mainly: red. Hex color #7B796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B796D is #848692. Grayscale: #787878. Windows color (decimal): -8685203 or 7174523. OLE color: 7174523.
HSL color Cylindrical-coordinate representation of color #7B796D: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7B796D is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 121 | 109 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.52 |
| HSL | 51.43º | 0.06% | 0.45% | - |
| HSV(B) | 51.43º | 0.11% | 0.48% | - |
| XYZ | 17.77 | 18.99 | 17.2 | - |
| YUV | 120.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 109 | 0 | 0.02 | 0.11 | 0.52 | 51.43 | 0.06 | 0.45 |
| Hex | 7B | 79 | 6D | 0 | 2 | B | 34 | 33 | 6 | 2D |
| Octal | 173 | 171 | 155 | 0 | 2 | 13 | 64 | 63 | 6 | 55 |
| Binary | 1111011 | 1111001 | 1101101 | 0 | 10 | 1011 | 110100 | 110011 | 110 | 101101 |
Color Harmonies of #7B796D
Complementary color
Monochromatic Colors of #7B796D
Black with #7B796D
Text Example
Text Example
White with #7B796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B796D; }
p { color: rgb(123,121,109); }
H1.HeaderClassName
{
color: #7B796D;
}
.AnyTagClassName
{
color: #7B796D;
}
</style>
background-color css
<style>
a { background-color: #7B796D; }
a { background-color: rgb(123,121,109); }
div.DivClassName
{
background-color: #7B796D;
}
.BgClassName
{
background-color: #7B796D;
}
</style>
border-color css
<style>
span { border-color: #7B796D; }
span { border-color: rgb(123,121,109); }
td.TdClassName
{
border-color: #7B796D;
}
.TagClassName
{
border-color: #7B796D;
}
</style>