Shades of William #56776E
Tints of William #56776E
RGB
CMYK
RGB Variations
Color information
#56776E (or 0x56776E) is known color: William. HEX triplet: 56, 77 and 6E. RGB value is (86,119,110). Sum of RGB (Red+Green+Blue) = 86+119+110=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #56776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56776E is #A98891. Grayscale: #6C6C6C. Windows color (decimal): -11110546 or 7239510. OLE color: 7239510.
HSL color Cylindrical-coordinate representation of color #56776E: hue angle of 163.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56776E is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 119 | 110 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.53 |
| HSL | 163.64º | 0.16% | 0.4% | - |
| HSV(B) | 163.64º | 0.28% | 0.47% | - |
| XYZ | 13.25 | 16.3 | 17.2 | - |
| YUV | 108.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 110 | 0.28 | 0 | 0.08 | 0.53 | 163.64 | 0.16 | 0.4 |
| Hex | 56 | 77 | 6E | 1C | 0 | 8 | 35 | A4 | 10 | 28 |
| Octal | 126 | 167 | 156 | 34 | 0 | 10 | 65 | 244 | 20 | 50 |
| Binary | 1010110 | 1110111 | 1101110 | 11100 | 0 | 1000 | 110101 | 10100100 | 10000 | 101000 |
Color Harmonies of #56776E
Complementary color
Monochromatic Colors of #56776E
Black with #56776E
Text Example
Text Example
White with #56776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56776E; }
p { color: rgb(86,119,110); }
H1.HeaderClassName
{
color: #56776E;
}
.AnyTagClassName
{
color: #56776E;
}
</style>
background-color css
<style>
a { background-color: #56776E; }
a { background-color: rgb(86,119,110); }
div.DivClassName
{
background-color: #56776E;
}
.BgClassName
{
background-color: #56776E;
}
</style>
border-color css
<style>
span { border-color: #56776E; }
span { border-color: rgb(86,119,110); }
td.TdClassName
{
border-color: #56776E;
}
.TagClassName
{
border-color: #56776E;
}
</style>