Shades of William #5C7771
Tints of William #5C7771
RGB
CMYK
RGB Variations
Color information
#5C7771 (or 0x5C7771) is known color: William. HEX triplet: 5C, 77 and 71. RGB value is (92,119,113). Sum of RGB (Red+Green+Blue) = 92+119+113=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7771 is #A3888E. Grayscale: #6E6E6E. Windows color (decimal): -10717327 or 7436124. OLE color: 7436124.
HSL color Cylindrical-coordinate representation of color #5C7771: hue angle of 166.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C7771 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 113 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.53 |
| HSL | 166.67º | 0.13% | 0.41% | - |
| HSV(B) | 166.67º | 0.23% | 0.47% | - |
| XYZ | 13.99 | 16.66 | 18.1 | - |
| YUV | 110.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 113 | 0.23 | 0 | 0.05 | 0.53 | 166.67 | 0.13 | 0.41 |
| Hex | 5C | 77 | 71 | 17 | 0 | 5 | 35 | A7 | D | 29 |
| Octal | 134 | 167 | 161 | 27 | 0 | 5 | 65 | 247 | 15 | 51 |
| Binary | 1011100 | 1110111 | 1110001 | 10111 | 0 | 101 | 110101 | 10100111 | 1101 | 101001 |
Color Harmonies of #5C7771
Complementary color
Monochromatic Colors of #5C7771
Black with #5C7771
Text Example
Text Example
White with #5C7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7771; }
p { color: rgb(92,119,113); }
H1.HeaderClassName
{
color: #5C7771;
}
.AnyTagClassName
{
color: #5C7771;
}
</style>
background-color css
<style>
a { background-color: #5C7771; }
a { background-color: rgb(92,119,113); }
div.DivClassName
{
background-color: #5C7771;
}
.BgClassName
{
background-color: #5C7771;
}
</style>
border-color css
<style>
span { border-color: #5C7771; }
span { border-color: rgb(92,119,113); }
td.TdClassName
{
border-color: #5C7771;
}
.TagClassName
{
border-color: #5C7771;
}
</style>