Shades of Dove Grey #75736F
Tints of Dove Grey #75736F
RGB
CMYK
RGB Variations
Color information
#75736F (or 0x75736F) is known color: Dove Grey. HEX triplet: 75, 73 and 6F. RGB value is (117,115,111). Sum of RGB (Red+Green+Blue) = 117+115+111=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 117 - color contains mainly: red. Hex color #75736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75736F is #8A8C90. Grayscale: #737373. Windows color (decimal): -9079953 or 7304053. OLE color: 7304053.
HSL color Cylindrical-coordinate representation of color #75736F: hue angle of 40º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #75736F is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 111 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.54 |
| HSL | 40º | 0.03% | 0.45% | - |
| HSV(B) | 40º | 0.05% | 0.46% | - |
| XYZ | 16.34 | 17.19 | 17.5 | - |
| YUV | 115.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 111 | 0 | 0.02 | 0.05 | 0.54 | 40 | 0.03 | 0.45 |
| Hex | 75 | 73 | 6F | 0 | 2 | 5 | 36 | 28 | 3 | 2D |
| Octal | 165 | 163 | 157 | 0 | 2 | 5 | 66 | 50 | 3 | 55 |
| Binary | 1110101 | 1110011 | 1101111 | 0 | 10 | 101 | 110110 | 101000 | 11 | 101101 |
Color Harmonies of #75736F
Complementary color
Monochromatic Colors of #75736F
Black with #75736F
Text Example
Text Example
White with #75736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75736F; }
p { color: rgb(117,115,111); }
H1.HeaderClassName
{
color: #75736F;
}
.AnyTagClassName
{
color: #75736F;
}
</style>
background-color css
<style>
a { background-color: #75736F; }
a { background-color: rgb(117,115,111); }
div.DivClassName
{
background-color: #75736F;
}
.BgClassName
{
background-color: #75736F;
}
</style>
border-color css
<style>
span { border-color: #75736F; }
span { border-color: rgb(117,115,111); }
td.TdClassName
{
border-color: #75736F;
}
.TagClassName
{
border-color: #75736F;
}
</style>