Shades of Dove Grey #7B7A74
Tints of Dove Grey #7B7A74
RGB
CMYK
RGB Variations
Color information
#7B7A74 (or 0x7B7A74) is known color: Dove Grey. HEX triplet: 7B, 7A and 74. RGB value is (123,122,116). Sum of RGB (Red+Green+Blue) = 123+122+116=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7A74 is #84858B. Grayscale: #797979. Windows color (decimal): -8684940 or 7633531. OLE color: 7633531.
HSL color Cylindrical-coordinate representation of color #7B7A74: hue angle of 51.43º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7B7A74 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 122 | 116 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.52 |
| HSL | 51.43º | 0.03% | 0.47% | - |
| HSV(B) | 51.43º | 0.06% | 0.48% | - |
| XYZ | 18.28 | 19.39 | 19.3 | - |
| YUV | 121.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 116 | 0 | 0.01 | 0.06 | 0.52 | 51.43 | 0.03 | 0.47 |
| Hex | 7B | 7A | 74 | 0 | 1 | 6 | 34 | 33 | 3 | 2F |
| Octal | 173 | 172 | 164 | 0 | 1 | 6 | 64 | 63 | 3 | 57 |
| Binary | 1111011 | 1111010 | 1110100 | 0 | 1 | 110 | 110100 | 110011 | 11 | 101111 |
Color Harmonies of #7B7A74
Complementary color
Monochromatic Colors of #7B7A74
Black with #7B7A74
Text Example
Text Example
White with #7B7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7A74; }
p { color: rgb(123,122,116); }
H1.HeaderClassName
{
color: #7B7A74;
}
.AnyTagClassName
{
color: #7B7A74;
}
</style>
background-color css
<style>
a { background-color: #7B7A74; }
a { background-color: rgb(123,122,116); }
div.DivClassName
{
background-color: #7B7A74;
}
.BgClassName
{
background-color: #7B7A74;
}
</style>
border-color css
<style>
span { border-color: #7B7A74; }
span { border-color: rgb(123,122,116); }
td.TdClassName
{
border-color: #7B7A74;
}
.TagClassName
{
border-color: #7B7A74;
}
</style>