Shades of Dove Grey #7A7667
Tints of Dove Grey #7A7667
RGB
CMYK
RGB Variations
Color information
#7A7667 (or 0x7A7667) is known color: Dove Grey. HEX triplet: 7A, 76 and 67. RGB value is (122,118,103). Sum of RGB (Red+Green+Blue) = 122+118+103=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7667 is #858998. Grayscale: #757575. Windows color (decimal): -8751513 or 6780538. OLE color: 6780538.
HSL color Cylindrical-coordinate representation of color #7A7667: hue angle of 47.37º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A7667 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 103 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.52 |
| HSL | 47.37º | 0.08% | 0.44% | - |
| HSV(B) | 47.37º | 0.16% | 0.48% | - |
| XYZ | 16.95 | 18.07 | 15.43 | - |
| YUV | 117.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 103 | 0 | 0.03 | 0.16 | 0.52 | 47.37 | 0.08 | 0.44 |
| Hex | 7A | 76 | 67 | 0 | 3 | 10 | 34 | 2F | 8 | 2C |
| Octal | 172 | 166 | 147 | 0 | 3 | 20 | 64 | 57 | 10 | 54 |
| Binary | 1111010 | 1110110 | 1100111 | 0 | 11 | 10000 | 110100 | 101111 | 1000 | 101100 |
Color Harmonies of #7A7667
Complementary color
Monochromatic Colors of #7A7667
Black with #7A7667
Text Example
Text Example
White with #7A7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7667; }
p { color: rgb(122,118,103); }
H1.HeaderClassName
{
color: #7A7667;
}
.AnyTagClassName
{
color: #7A7667;
}
</style>
background-color css
<style>
a { background-color: #7A7667; }
a { background-color: rgb(122,118,103); }
div.DivClassName
{
background-color: #7A7667;
}
.BgClassName
{
background-color: #7A7667;
}
</style>
border-color css
<style>
span { border-color: #7A7667; }
span { border-color: rgb(122,118,103); }
td.TdClassName
{
border-color: #7A7667;
}
.TagClassName
{
border-color: #7A7667;
}
</style>