Shades of Dove Grey #75746C
Tints of Dove Grey #75746C
RGB
CMYK
RGB Variations
Color information
#75746C (or 0x75746C) is known color: Dove Grey. HEX triplet: 75, 74 and 6C. RGB value is (117,116,108). Sum of RGB (Red+Green+Blue) = 117+116+108=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 117 - color contains mainly: red. Hex color #75746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75746C is #8A8B93. Grayscale: #737373. Windows color (decimal): -9079700 or 7107701. OLE color: 7107701.
HSL color Cylindrical-coordinate representation of color #75746C: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75746C is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 108 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.54 |
| HSL | 53.33º | 0.04% | 0.44% | - |
| HSV(B) | 53.33º | 0.08% | 0.46% | - |
| XYZ | 16.29 | 17.36 | 16.68 | - |
| YUV | 115.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 108 | 0 | 0.01 | 0.08 | 0.54 | 53.33 | 0.04 | 0.44 |
| Hex | 75 | 74 | 6C | 0 | 1 | 8 | 36 | 35 | 4 | 2C |
| Octal | 165 | 164 | 154 | 0 | 1 | 10 | 66 | 65 | 4 | 54 |
| Binary | 1110101 | 1110100 | 1101100 | 0 | 1 | 1000 | 110110 | 110101 | 100 | 101100 |
Color Harmonies of #75746C
Complementary color
Monochromatic Colors of #75746C
Black with #75746C
Text Example
Text Example
White with #75746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75746C; }
p { color: rgb(117,116,108); }
H1.HeaderClassName
{
color: #75746C;
}
.AnyTagClassName
{
color: #75746C;
}
</style>
background-color css
<style>
a { background-color: #75746C; }
a { background-color: rgb(117,116,108); }
div.DivClassName
{
background-color: #75746C;
}
.BgClassName
{
background-color: #75746C;
}
</style>
border-color css
<style>
span { border-color: #75746C; }
span { border-color: rgb(117,116,108); }
td.TdClassName
{
border-color: #75746C;
}
.TagClassName
{
border-color: #75746C;
}
</style>