Shades of Dove Grey #75736B
Tints of Dove Grey #75736B
RGB
CMYK
RGB Variations
Color information
#75736B (or 0x75736B) is known color: Dove Grey. HEX triplet: 75, 73 and 6B. RGB value is (117,115,107). Sum of RGB (Red+Green+Blue) = 117+115+107=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #75736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75736B is #8A8C94. Grayscale: #727272. Windows color (decimal): -9079957 or 7041909. OLE color: 7041909.
HSL color Cylindrical-coordinate representation of color #75736B: hue angle of 48º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #75736B is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 107 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.54 |
| HSL | 48º | 0.04% | 0.44% | - |
| HSV(B) | 48º | 0.09% | 0.46% | - |
| XYZ | 16.12 | 17.1 | 16.36 | - |
| YUV | 114.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 107 | 0 | 0.02 | 0.09 | 0.54 | 48 | 0.04 | 0.44 |
| Hex | 75 | 73 | 6B | 0 | 2 | 9 | 36 | 30 | 4 | 2C |
| Octal | 165 | 163 | 153 | 0 | 2 | 11 | 66 | 60 | 4 | 54 |
| Binary | 1110101 | 1110011 | 1101011 | 0 | 10 | 1001 | 110110 | 110000 | 100 | 101100 |
Color Harmonies of #75736B
Complementary color
Monochromatic Colors of #75736B
Black with #75736B
Text Example
Text Example
White with #75736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75736B; }
p { color: rgb(117,115,107); }
H1.HeaderClassName
{
color: #75736B;
}
.AnyTagClassName
{
color: #75736B;
}
</style>
background-color css
<style>
a { background-color: #75736B; }
a { background-color: rgb(117,115,107); }
div.DivClassName
{
background-color: #75736B;
}
.BgClassName
{
background-color: #75736B;
}
</style>
border-color css
<style>
span { border-color: #75736B; }
span { border-color: rgb(117,115,107); }
td.TdClassName
{
border-color: #75736B;
}
.TagClassName
{
border-color: #75736B;
}
</style>