Shades of Dove Grey #767573
Tints of Dove Grey #767573
RGB
CMYK
RGB Variations
Color information
#767573 (or 0x767573) is known color: Dove Grey. HEX triplet: 76, 75 and 73. RGB value is (118,117,115). Sum of RGB (Red+Green+Blue) = 118+117+115=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 118 - color contains mainly: red. Hex color #767573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767573 is #898A8C. Grayscale: #757575. Windows color (decimal): -9013901 or 7566710. OLE color: 7566710.
HSL color Cylindrical-coordinate representation of color #767573: hue angle of 40º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #767573 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 115 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.54 |
| HSL | 40º | 0.01% | 0.46% | - |
| HSV(B) | 40º | 0.03% | 0.46% | - |
| XYZ | 16.93 | 17.81 | 18.77 | - |
| YUV | 117.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 115 | 0 | 0.01 | 0.03 | 0.54 | 40 | 0.01 | 0.46 |
| Hex | 76 | 75 | 73 | 0 | 1 | 3 | 36 | 28 | 1 | 2E |
| Octal | 166 | 165 | 163 | 0 | 1 | 3 | 66 | 50 | 1 | 56 |
| Binary | 1110110 | 1110101 | 1110011 | 0 | 1 | 11 | 110110 | 101000 | 1 | 101110 |
Color Harmonies of #767573
Complementary color
Monochromatic Colors of #767573
Black with #767573
Text Example
Text Example
White with #767573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767573; }
p { color: rgb(118,117,115); }
H1.HeaderClassName
{
color: #767573;
}
.AnyTagClassName
{
color: #767573;
}
</style>
background-color css
<style>
a { background-color: #767573; }
a { background-color: rgb(118,117,115); }
div.DivClassName
{
background-color: #767573;
}
.BgClassName
{
background-color: #767573;
}
</style>
border-color css
<style>
span { border-color: #767573; }
span { border-color: rgb(118,117,115); }
td.TdClassName
{
border-color: #767573;
}
.TagClassName
{
border-color: #767573;
}
</style>