Shades of William #56746D
Tints of William #56746D
RGB
CMYK
RGB Variations
Color information
#56746D (or 0x56746D) is known color: William. HEX triplet: 56, 74 and 6D. RGB value is (86,116,109). Sum of RGB (Red+Green+Blue) = 86+116+109=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #56746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56746D is #A98B92. Grayscale: #6A6A6A. Windows color (decimal): -11111315 or 7173206. OLE color: 7173206.
HSL color Cylindrical-coordinate representation of color #56746D: hue angle of 166º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56746D is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 116 | 109 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.55 |
| HSL | 166º | 0.15% | 0.4% | - |
| HSV(B) | 166º | 0.26% | 0.45% | - |
| XYZ | 12.84 | 15.57 | 16.8 | - |
| YUV | 106.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 109 | 0.26 | 0 | 0.06 | 0.55 | 166 | 0.15 | 0.4 |
| Hex | 56 | 74 | 6D | 1A | 0 | 6 | 37 | A6 | F | 28 |
| Octal | 126 | 164 | 155 | 32 | 0 | 6 | 67 | 246 | 17 | 50 |
| Binary | 1010110 | 1110100 | 1101101 | 11010 | 0 | 110 | 110111 | 10100110 | 1111 | 101000 |
Color Harmonies of #56746D
Complementary color
Monochromatic Colors of #56746D
Black with #56746D
Text Example
Text Example
White with #56746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56746D; }
p { color: rgb(86,116,109); }
H1.HeaderClassName
{
color: #56746D;
}
.AnyTagClassName
{
color: #56746D;
}
</style>
background-color css
<style>
a { background-color: #56746D; }
a { background-color: rgb(86,116,109); }
div.DivClassName
{
background-color: #56746D;
}
.BgClassName
{
background-color: #56746D;
}
</style>
border-color css
<style>
span { border-color: #56746D; }
span { border-color: rgb(86,116,109); }
td.TdClassName
{
border-color: #56746D;
}
.TagClassName
{
border-color: #56746D;
}
</style>