Shades of William #57746D
Tints of William #57746D
RGB
CMYK
RGB Variations
Color information
#57746D (or 0x57746D) is known color: William. HEX triplet: 57, 74 and 6D. RGB value is (87,116,109). Sum of RGB (Red+Green+Blue) = 87+116+109=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #57746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57746D is #A88B92. Grayscale: #6A6A6A. Windows color (decimal): -11045779 or 7173207. OLE color: 7173207.
HSL color Cylindrical-coordinate representation of color #57746D: hue angle of 165.52º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57746D is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 116 | 109 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.55 |
| HSL | 165.52º | 0.14% | 0.4% | - |
| HSV(B) | 165.52º | 0.25% | 0.45% | - |
| XYZ | 12.94 | 15.62 | 16.8 | - |
| YUV | 106.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 109 | 0.25 | 0 | 0.06 | 0.55 | 165.52 | 0.14 | 0.4 |
| Hex | 57 | 74 | 6D | 19 | 0 | 6 | 37 | A6 | E | 28 |
| Octal | 127 | 164 | 155 | 31 | 0 | 6 | 67 | 246 | 16 | 50 |
| Binary | 1010111 | 1110100 | 1101101 | 11001 | 0 | 110 | 110111 | 10100110 | 1110 | 101000 |
Color Harmonies of #57746D
Complementary color
Monochromatic Colors of #57746D
Black with #57746D
Text Example
Text Example
White with #57746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57746D; }
p { color: rgb(87,116,109); }
H1.HeaderClassName
{
color: #57746D;
}
.AnyTagClassName
{
color: #57746D;
}
</style>
background-color css
<style>
a { background-color: #57746D; }
a { background-color: rgb(87,116,109); }
div.DivClassName
{
background-color: #57746D;
}
.BgClassName
{
background-color: #57746D;
}
</style>
border-color css
<style>
span { border-color: #57746D; }
span { border-color: rgb(87,116,109); }
td.TdClassName
{
border-color: #57746D;
}
.TagClassName
{
border-color: #57746D;
}
</style>