Shades of Dove Grey #75736C
Tints of Dove Grey #75736C
RGB
CMYK
RGB Variations
Color information
#75736C (or 0x75736C) is known color: Dove Grey. HEX triplet: 75, 73 and 6C. RGB value is (117,115,108). Sum of RGB (Red+Green+Blue) = 117+115+108=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 117 - color contains mainly: red. Hex color #75736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75736C is #8A8C93. Grayscale: #727272. Windows color (decimal): -9079956 or 7107445. OLE color: 7107445.
HSL color Cylindrical-coordinate representation of color #75736C: hue angle of 46.67º 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 #75736C is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 108 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.54 |
| HSL | 46.67º | 0.04% | 0.44% | - |
| HSV(B) | 46.67º | 0.08% | 0.46% | - |
| XYZ | 16.17 | 17.13 | 16.64 | - |
| YUV | 114.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 108 | 0 | 0.02 | 0.08 | 0.54 | 46.67 | 0.04 | 0.44 |
| Hex | 75 | 73 | 6C | 0 | 2 | 8 | 36 | 2F | 4 | 2C |
| Octal | 165 | 163 | 154 | 0 | 2 | 10 | 66 | 57 | 4 | 54 |
| Binary | 1110101 | 1110011 | 1101100 | 0 | 10 | 1000 | 110110 | 101111 | 100 | 101100 |
Color Harmonies of #75736C
Complementary color
Monochromatic Colors of #75736C
Black with #75736C
Text Example
Text Example
White with #75736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75736C; }
p { color: rgb(117,115,108); }
H1.HeaderClassName
{
color: #75736C;
}
.AnyTagClassName
{
color: #75736C;
}
</style>
background-color css
<style>
a { background-color: #75736C; }
a { background-color: rgb(117,115,108); }
div.DivClassName
{
background-color: #75736C;
}
.BgClassName
{
background-color: #75736C;
}
</style>
border-color css
<style>
span { border-color: #75736C; }
span { border-color: rgb(117,115,108); }
td.TdClassName
{
border-color: #75736C;
}
.TagClassName
{
border-color: #75736C;
}
</style>