Shades of William #59766F
Tints of William #59766F
RGB
CMYK
RGB Variations
Color information
#59766F (or 0x59766F) is known color: William. HEX triplet: 59, 76 and 6F. RGB value is (89,118,111). Sum of RGB (Red+Green+Blue) = 89+118+111=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #59766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59766F is #A68990. Grayscale: #6C6C6C. Windows color (decimal): -10914193 or 7304793. OLE color: 7304793.
HSL color Cylindrical-coordinate representation of color #59766F: hue angle of 165.52º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59766F is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 118 | 111 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.54 |
| HSL | 165.52º | 0.14% | 0.41% | - |
| HSV(B) | 165.52º | 0.25% | 0.46% | - |
| XYZ | 13.47 | 16.23 | 17.46 | - |
| YUV | 108.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 111 | 0.25 | 0 | 0.06 | 0.54 | 165.52 | 0.14 | 0.41 |
| Hex | 59 | 76 | 6F | 19 | 0 | 6 | 36 | A6 | E | 29 |
| Octal | 131 | 166 | 157 | 31 | 0 | 6 | 66 | 246 | 16 | 51 |
| Binary | 1011001 | 1110110 | 1101111 | 11001 | 0 | 110 | 110110 | 10100110 | 1110 | 101001 |
Color Harmonies of #59766F
Complementary color
Monochromatic Colors of #59766F
Black with #59766F
Text Example
Text Example
White with #59766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59766F; }
p { color: rgb(89,118,111); }
H1.HeaderClassName
{
color: #59766F;
}
.AnyTagClassName
{
color: #59766F;
}
</style>
background-color css
<style>
a { background-color: #59766F; }
a { background-color: rgb(89,118,111); }
div.DivClassName
{
background-color: #59766F;
}
.BgClassName
{
background-color: #59766F;
}
</style>
border-color css
<style>
span { border-color: #59766F; }
span { border-color: rgb(89,118,111); }
td.TdClassName
{
border-color: #59766F;
}
.TagClassName
{
border-color: #59766F;
}
</style>