Shades of William #57716F
Tints of William #57716F
RGB
CMYK
RGB Variations
Color information
#57716F (or 0x57716F) is known color: William. HEX triplet: 57, 71 and 6F. RGB value is (87,113,111). Sum of RGB (Red+Green+Blue) = 87+113+111=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 113 - color contains mainly: green. Hex color #57716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57716F is #A88E90. Grayscale: #686868. Windows color (decimal): -11046545 or 7303511. OLE color: 7303511.
HSL color Cylindrical-coordinate representation of color #57716F: hue angle of 175.38º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #57716F is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 113 | 111 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.56 |
| HSL | 175.38º | 0.13% | 0.39% | - |
| HSV(B) | 175.38º | 0.23% | 0.44% | - |
| XYZ | 12.7 | 14.98 | 17.26 | - |
| YUV | 105 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 111 | 0.23 | 0 | 0.02 | 0.56 | 175.38 | 0.13 | 0.39 |
| Hex | 57 | 71 | 6F | 17 | 0 | 2 | 38 | AF | D | 27 |
| Octal | 127 | 161 | 157 | 27 | 0 | 2 | 70 | 257 | 15 | 47 |
| Binary | 1010111 | 1110001 | 1101111 | 10111 | 0 | 10 | 111000 | 10101111 | 1101 | 100111 |
Color Harmonies of #57716F
Complementary color
Monochromatic Colors of #57716F
Black with #57716F
Text Example
Text Example
White with #57716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57716F; }
p { color: rgb(87,113,111); }
H1.HeaderClassName
{
color: #57716F;
}
.AnyTagClassName
{
color: #57716F;
}
</style>
background-color css
<style>
a { background-color: #57716F; }
a { background-color: rgb(87,113,111); }
div.DivClassName
{
background-color: #57716F;
}
.BgClassName
{
background-color: #57716F;
}
</style>
border-color css
<style>
span { border-color: #57716F; }
span { border-color: rgb(87,113,111); }
td.TdClassName
{
border-color: #57716F;
}
.TagClassName
{
border-color: #57716F;
}
</style>