Shades of William #52746D
Tints of William #52746D
RGB
CMYK
RGB Variations
Color information
#52746D (or 0x52746D) is known color: William. HEX triplet: 52, 74 and 6D. RGB value is (82,116,109). Sum of RGB (Red+Green+Blue) = 82+116+109=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #52746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52746D is #AD8B92. Grayscale: #696969. Windows color (decimal): -11373459 or 7173202. OLE color: 7173202.
HSL color Cylindrical-coordinate representation of color #52746D: hue angle of 167.65º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52746D is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 109 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.55 |
| HSL | 167.65º | 0.17% | 0.39% | - |
| HSV(B) | 167.65º | 0.29% | 0.45% | - |
| XYZ | 12.49 | 15.39 | 16.78 | - |
| YUV | 105.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 109 | 0.29 | 0 | 0.06 | 0.55 | 167.65 | 0.17 | 0.39 |
| Hex | 52 | 74 | 6D | 1D | 0 | 6 | 37 | A8 | 11 | 27 |
| Octal | 122 | 164 | 155 | 35 | 0 | 6 | 67 | 250 | 21 | 47 |
| Binary | 1010010 | 1110100 | 1101101 | 11101 | 0 | 110 | 110111 | 10101000 | 10001 | 100111 |
Color Harmonies of #52746D
Complementary color
Monochromatic Colors of #52746D
Black with #52746D
Text Example
Text Example
White with #52746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52746D; }
p { color: rgb(82,116,109); }
H1.HeaderClassName
{
color: #52746D;
}
.AnyTagClassName
{
color: #52746D;
}
</style>
background-color css
<style>
a { background-color: #52746D; }
a { background-color: rgb(82,116,109); }
div.DivClassName
{
background-color: #52746D;
}
.BgClassName
{
background-color: #52746D;
}
</style>
border-color css
<style>
span { border-color: #52746D; }
span { border-color: rgb(82,116,109); }
td.TdClassName
{
border-color: #52746D;
}
.TagClassName
{
border-color: #52746D;
}
</style>