Shades of William #56756C
Tints of William #56756C
RGB
CMYK
RGB Variations
Color information
#56756C (or 0x56756C) is known color: William. HEX triplet: 56, 75 and 6C. RGB value is (86,117,108). Sum of RGB (Red+Green+Blue) = 86+117+108=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #56756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56756C is #A98A93. Grayscale: #6A6A6A. Windows color (decimal): -11111060 or 7107926. OLE color: 7107926.
HSL color Cylindrical-coordinate representation of color #56756C: hue angle of 162.58º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56756C is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 117 | 108 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.54 |
| HSL | 162.58º | 0.15% | 0.4% | - |
| HSV(B) | 162.58º | 0.26% | 0.46% | - |
| XYZ | 12.91 | 15.78 | 16.55 | - |
| YUV | 106.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 108 | 0.26 | 0 | 0.08 | 0.54 | 162.58 | 0.15 | 0.4 |
| Hex | 56 | 75 | 6C | 1A | 0 | 8 | 36 | A3 | F | 28 |
| Octal | 126 | 165 | 154 | 32 | 0 | 10 | 66 | 243 | 17 | 50 |
| Binary | 1010110 | 1110101 | 1101100 | 11010 | 0 | 1000 | 110110 | 10100011 | 1111 | 101000 |
Color Harmonies of #56756C
Complementary color
Monochromatic Colors of #56756C
Black with #56756C
Text Example
Text Example
White with #56756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56756C; }
p { color: rgb(86,117,108); }
H1.HeaderClassName
{
color: #56756C;
}
.AnyTagClassName
{
color: #56756C;
}
</style>
background-color css
<style>
a { background-color: #56756C; }
a { background-color: rgb(86,117,108); }
div.DivClassName
{
background-color: #56756C;
}
.BgClassName
{
background-color: #56756C;
}
</style>
border-color css
<style>
span { border-color: #56756C; }
span { border-color: rgb(86,117,108); }
td.TdClassName
{
border-color: #56756C;
}
.TagClassName
{
border-color: #56756C;
}
</style>