Shades of William #52726B
Tints of William #52726B
RGB
CMYK
RGB Variations
Color information
#52726B (or 0x52726B) is known color: William. HEX triplet: 52, 72 and 6B. RGB value is (82,114,107). Sum of RGB (Red+Green+Blue) = 82+114+107=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #52726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52726B is #AD8D94. Grayscale: #676767. Windows color (decimal): -11373973 or 7041618. OLE color: 7041618.
HSL color Cylindrical-coordinate representation of color #52726B: hue angle of 166.88º 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 #52726B is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 107 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.55 |
| HSL | 166.88º | 0.16% | 0.38% | - |
| HSV(B) | 166.88º | 0.28% | 0.45% | - |
| XYZ | 12.15 | 14.89 | 16.14 | - |
| YUV | 103.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 107 | 0.28 | 0 | 0.06 | 0.55 | 166.88 | 0.16 | 0.38 |
| Hex | 52 | 72 | 6B | 1C | 0 | 6 | 37 | A7 | 10 | 26 |
| Octal | 122 | 162 | 153 | 34 | 0 | 6 | 67 | 247 | 20 | 46 |
| Binary | 1010010 | 1110010 | 1101011 | 11100 | 0 | 110 | 110111 | 10100111 | 10000 | 100110 |
Color Harmonies of #52726B
Complementary color
Monochromatic Colors of #52726B
Black with #52726B
Text Example
Text Example
White with #52726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52726B; }
p { color: rgb(82,114,107); }
H1.HeaderClassName
{
color: #52726B;
}
.AnyTagClassName
{
color: #52726B;
}
</style>
background-color css
<style>
a { background-color: #52726B; }
a { background-color: rgb(82,114,107); }
div.DivClassName
{
background-color: #52726B;
}
.BgClassName
{
background-color: #52726B;
}
</style>
border-color css
<style>
span { border-color: #52726B; }
span { border-color: rgb(82,114,107); }
td.TdClassName
{
border-color: #52726B;
}
.TagClassName
{
border-color: #52726B;
}
</style>