Shades of William #5B7772
Tints of William #5B7772
RGB
CMYK
RGB Variations
Color information
#5B7772 (or 0x5B7772) is known color: William. HEX triplet: 5B, 77 and 72. RGB value is (91,119,114). Sum of RGB (Red+Green+Blue) = 91+119+114=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7772 is #A4888D. Grayscale: #6E6E6E. Windows color (decimal): -10782862 or 7501659. OLE color: 7501659.
HSL color Cylindrical-coordinate representation of color #5B7772: hue angle of 169.29º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7772 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 114 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.53 |
| HSL | 169.29º | 0.13% | 0.41% | - |
| HSV(B) | 169.29º | 0.24% | 0.47% | - |
| XYZ | 13.95 | 16.63 | 18.39 | - |
| YUV | 110.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 114 | 0.24 | 0 | 0.04 | 0.53 | 169.29 | 0.13 | 0.41 |
| Hex | 5B | 77 | 72 | 18 | 0 | 4 | 35 | A9 | D | 29 |
| Octal | 133 | 167 | 162 | 30 | 0 | 4 | 65 | 251 | 15 | 51 |
| Binary | 1011011 | 1110111 | 1110010 | 11000 | 0 | 100 | 110101 | 10101001 | 1101 | 101001 |
Color Harmonies of #5B7772
Complementary color
Monochromatic Colors of #5B7772
Black with #5B7772
Text Example
Text Example
White with #5B7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7772; }
p { color: rgb(91,119,114); }
H1.HeaderClassName
{
color: #5B7772;
}
.AnyTagClassName
{
color: #5B7772;
}
</style>
background-color css
<style>
a { background-color: #5B7772; }
a { background-color: rgb(91,119,114); }
div.DivClassName
{
background-color: #5B7772;
}
.BgClassName
{
background-color: #5B7772;
}
</style>
border-color css
<style>
span { border-color: #5B7772; }
span { border-color: rgb(91,119,114); }
td.TdClassName
{
border-color: #5B7772;
}
.TagClassName
{
border-color: #5B7772;
}
</style>