Shades of William #5D7772
Tints of William #5D7772
RGB
CMYK
RGB Variations
Color information
#5D7772 (or 0x5D7772) is known color: William. HEX triplet: 5D, 77 and 72. RGB value is (93,119,114). Sum of RGB (Red+Green+Blue) = 93+119+114=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7772 is #A2888D. Grayscale: #6E6E6E. Windows color (decimal): -10651790 or 7501661. OLE color: 7501661.
HSL color Cylindrical-coordinate representation of color #5D7772: hue angle of 168.46º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D7772 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 114 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.53 |
| HSL | 168.46º | 0.12% | 0.42% | - |
| HSV(B) | 168.46º | 0.22% | 0.47% | - |
| XYZ | 14.15 | 16.74 | 18.4 | - |
| YUV | 110.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 114 | 0.22 | 0 | 0.04 | 0.53 | 168.46 | 0.12 | 0.42 |
| Hex | 5D | 77 | 72 | 16 | 0 | 4 | 35 | A8 | C | 2A |
| Octal | 135 | 167 | 162 | 26 | 0 | 4 | 65 | 250 | 14 | 52 |
| Binary | 1011101 | 1110111 | 1110010 | 10110 | 0 | 100 | 110101 | 10101000 | 1100 | 101010 |
Color Harmonies of #5D7772
Complementary color
Monochromatic Colors of #5D7772
Black with #5D7772
Text Example
Text Example
White with #5D7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7772; }
p { color: rgb(93,119,114); }
H1.HeaderClassName
{
color: #5D7772;
}
.AnyTagClassName
{
color: #5D7772;
}
</style>
background-color css
<style>
a { background-color: #5D7772; }
a { background-color: rgb(93,119,114); }
div.DivClassName
{
background-color: #5D7772;
}
.BgClassName
{
background-color: #5D7772;
}
</style>
border-color css
<style>
span { border-color: #5D7772; }
span { border-color: rgb(93,119,114); }
td.TdClassName
{
border-color: #5D7772;
}
.TagClassName
{
border-color: #5D7772;
}
</style>