Shades of William #52726C
Tints of William #52726C
RGB
CMYK
RGB Variations
Color information
#52726C (or 0x52726C) is known color: William. HEX triplet: 52, 72 and 6C. RGB value is (82,114,108). Sum of RGB (Red+Green+Blue) = 82+114+108=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #52726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52726C is #AD8D93. Grayscale: #676767. Windows color (decimal): -11373972 or 7107154. OLE color: 7107154.
HSL color Cylindrical-coordinate representation of color #52726C: hue angle of 168.75º 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 #52726C is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 108 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.55 |
| HSL | 168.75º | 0.16% | 0.38% | - |
| HSV(B) | 168.75º | 0.28% | 0.45% | - |
| XYZ | 12.2 | 14.91 | 16.42 | - |
| YUV | 103.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 108 | 0.28 | 0 | 0.05 | 0.55 | 168.75 | 0.16 | 0.38 |
| Hex | 52 | 72 | 6C | 1C | 0 | 5 | 37 | A9 | 10 | 26 |
| Octal | 122 | 162 | 154 | 34 | 0 | 5 | 67 | 251 | 20 | 46 |
| Binary | 1010010 | 1110010 | 1101100 | 11100 | 0 | 101 | 110111 | 10101001 | 10000 | 100110 |
Color Harmonies of #52726C
Complementary color
Monochromatic Colors of #52726C
Black with #52726C
Text Example
Text Example
White with #52726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52726C; }
p { color: rgb(82,114,108); }
H1.HeaderClassName
{
color: #52726C;
}
.AnyTagClassName
{
color: #52726C;
}
</style>
background-color css
<style>
a { background-color: #52726C; }
a { background-color: rgb(82,114,108); }
div.DivClassName
{
background-color: #52726C;
}
.BgClassName
{
background-color: #52726C;
}
</style>
border-color css
<style>
span { border-color: #52726C; }
span { border-color: rgb(82,114,108); }
td.TdClassName
{
border-color: #52726C;
}
.TagClassName
{
border-color: #52726C;
}
</style>