Shades of Dove Grey #767572
Tints of Dove Grey #767572
RGB
CMYK
RGB Variations
Color information
#767572 (or 0x767572) is known color: Dove Grey. HEX triplet: 76, 75 and 72. RGB value is (118,117,114). Sum of RGB (Red+Green+Blue) = 118+117+114=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 118 - color contains mainly: red. Hex color #767572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767572 is #898A8D. Grayscale: #747474. Windows color (decimal): -9013902 or 7501174. OLE color: 7501174.
HSL color Cylindrical-coordinate representation of color #767572: hue angle of 45º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #767572 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 114 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.54 |
| HSL | 45º | 0.02% | 0.45% | - |
| HSV(B) | 45º | 0.03% | 0.46% | - |
| XYZ | 16.87 | 17.79 | 18.46 | - |
| YUV | 116.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 114 | 0 | 0.01 | 0.03 | 0.54 | 45 | 0.02 | 0.45 |
| Hex | 76 | 75 | 72 | 0 | 1 | 3 | 36 | 2D | 2 | 2D |
| Octal | 166 | 165 | 162 | 0 | 1 | 3 | 66 | 55 | 2 | 55 |
| Binary | 1110110 | 1110101 | 1110010 | 0 | 1 | 11 | 110110 | 101101 | 10 | 101101 |
Color Harmonies of #767572
Complementary color
Monochromatic Colors of #767572
Black with #767572
Text Example
Text Example
White with #767572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767572; }
p { color: rgb(118,117,114); }
H1.HeaderClassName
{
color: #767572;
}
.AnyTagClassName
{
color: #767572;
}
</style>
background-color css
<style>
a { background-color: #767572; }
a { background-color: rgb(118,117,114); }
div.DivClassName
{
background-color: #767572;
}
.BgClassName
{
background-color: #767572;
}
</style>
border-color css
<style>
span { border-color: #767572; }
span { border-color: rgb(118,117,114); }
td.TdClassName
{
border-color: #767572;
}
.TagClassName
{
border-color: #767572;
}
</style>