Shades of William #56726C
Tints of William #56726C
RGB
CMYK
RGB Variations
Color information
#56726C (or 0x56726C) is known color: William. HEX triplet: 56, 72 and 6C. RGB value is (86,114,108). Sum of RGB (Red+Green+Blue) = 86+114+108=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #56726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56726C is #A98D93. Grayscale: #686868. Windows color (decimal): -11111828 or 7107158. OLE color: 7107158.
HSL color Cylindrical-coordinate representation of color #56726C: hue angle of 167.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56726C is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 108 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.55 |
| HSL | 167.14º | 0.14% | 0.39% | - |
| HSV(B) | 167.14º | 0.25% | 0.45% | - |
| XYZ | 12.56 | 15.1 | 16.44 | - |
| YUV | 104.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 108 | 0.25 | 0 | 0.05 | 0.55 | 167.14 | 0.14 | 0.39 |
| Hex | 56 | 72 | 6C | 19 | 0 | 5 | 37 | A7 | E | 27 |
| Octal | 126 | 162 | 154 | 31 | 0 | 5 | 67 | 247 | 16 | 47 |
| Binary | 1010110 | 1110010 | 1101100 | 11001 | 0 | 101 | 110111 | 10100111 | 1110 | 100111 |
Color Harmonies of #56726C
Complementary color
Monochromatic Colors of #56726C
Black with #56726C
Text Example
Text Example
White with #56726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56726C; }
p { color: rgb(86,114,108); }
H1.HeaderClassName
{
color: #56726C;
}
.AnyTagClassName
{
color: #56726C;
}
</style>
background-color css
<style>
a { background-color: #56726C; }
a { background-color: rgb(86,114,108); }
div.DivClassName
{
background-color: #56726C;
}
.BgClassName
{
background-color: #56726C;
}
</style>
border-color css
<style>
span { border-color: #56726C; }
span { border-color: rgb(86,114,108); }
td.TdClassName
{
border-color: #56726C;
}
.TagClassName
{
border-color: #56726C;
}
</style>