Shades of Dove Grey #7D7B72
Tints of Dove Grey #7D7B72
RGB
CMYK
RGB Variations
Color information
#7D7B72 (or 0x7D7B72) is known color: Dove Grey. HEX triplet: 7D, 7B and 72. RGB value is (125,123,114). Sum of RGB (Red+Green+Blue) = 125+123+114=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7B72 is #82848D. Grayscale: #7A7A7A. Windows color (decimal): -8553614 or 7502717. OLE color: 7502717.
HSL color Cylindrical-coordinate representation of color #7D7B72: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D7B72 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 123 | 114 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.51 |
| HSL | 49.09º | 0.05% | 0.47% | - |
| HSV(B) | 49.09º | 0.09% | 0.49% | - |
| XYZ | 18.58 | 19.74 | 18.75 | - |
| YUV | 122.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 114 | 0 | 0.02 | 0.09 | 0.51 | 49.09 | 0.05 | 0.47 |
| Hex | 7D | 7B | 72 | 0 | 2 | 9 | 33 | 31 | 5 | 2F |
| Octal | 175 | 173 | 162 | 0 | 2 | 11 | 63 | 61 | 5 | 57 |
| Binary | 1111101 | 1111011 | 1110010 | 0 | 10 | 1001 | 110011 | 110001 | 101 | 101111 |
Color Harmonies of #7D7B72
Complementary color
Monochromatic Colors of #7D7B72
Black with #7D7B72
Text Example
Text Example
White with #7D7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7B72; }
p { color: rgb(125,123,114); }
H1.HeaderClassName
{
color: #7D7B72;
}
.AnyTagClassName
{
color: #7D7B72;
}
</style>
background-color css
<style>
a { background-color: #7D7B72; }
a { background-color: rgb(125,123,114); }
div.DivClassName
{
background-color: #7D7B72;
}
.BgClassName
{
background-color: #7D7B72;
}
</style>
border-color css
<style>
span { border-color: #7D7B72; }
span { border-color: rgb(125,123,114); }
td.TdClassName
{
border-color: #7D7B72;
}
.TagClassName
{
border-color: #7D7B72;
}
</style>