Shades of William #52726D
Tints of William #52726D
RGB
CMYK
RGB Variations
Color information
#52726D (or 0x52726D) is known color: William. HEX triplet: 52, 72 and 6D. RGB value is (82,114,109). Sum of RGB (Red+Green+Blue) = 82+114+109=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #52726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52726D is #AD8D92. Grayscale: #676767. Windows color (decimal): -11373971 or 7172690. OLE color: 7172690.
HSL color Cylindrical-coordinate representation of color #52726D: hue angle of 170.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52726D is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 109 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.55 |
| HSL | 170.63º | 0.16% | 0.38% | - |
| HSV(B) | 170.63º | 0.28% | 0.45% | - |
| XYZ | 12.26 | 14.93 | 16.7 | - |
| YUV | 103.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 109 | 0.28 | 0 | 0.04 | 0.55 | 170.63 | 0.16 | 0.38 |
| Hex | 52 | 72 | 6D | 1C | 0 | 4 | 37 | AB | 10 | 26 |
| Octal | 122 | 162 | 155 | 34 | 0 | 4 | 67 | 253 | 20 | 46 |
| Binary | 1010010 | 1110010 | 1101101 | 11100 | 0 | 100 | 110111 | 10101011 | 10000 | 100110 |
Color Harmonies of #52726D
Complementary color
Monochromatic Colors of #52726D
Black with #52726D
Text Example
Text Example
White with #52726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52726D; }
p { color: rgb(82,114,109); }
H1.HeaderClassName
{
color: #52726D;
}
.AnyTagClassName
{
color: #52726D;
}
</style>
background-color css
<style>
a { background-color: #52726D; }
a { background-color: rgb(82,114,109); }
div.DivClassName
{
background-color: #52726D;
}
.BgClassName
{
background-color: #52726D;
}
</style>
border-color css
<style>
span { border-color: #52726D; }
span { border-color: rgb(82,114,109); }
td.TdClassName
{
border-color: #52726D;
}
.TagClassName
{
border-color: #52726D;
}
</style>