Shades of William #57726A
Tints of William #57726A
RGB
CMYK
RGB Variations
Color information
#57726A (or 0x57726A) is known color: William. HEX triplet: 57, 72 and 6A. RGB value is (87,114,106). Sum of RGB (Red+Green+Blue) = 87+114+106=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #57726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57726A is #A88D95. Grayscale: #696969. Windows color (decimal): -11046294 or 6976087. OLE color: 6976087.
HSL color Cylindrical-coordinate representation of color #57726A: hue angle of 162.22º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57726A is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 106 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.55 |
| HSL | 162.22º | 0.13% | 0.39% | - |
| HSV(B) | 162.22º | 0.24% | 0.45% | - |
| XYZ | 12.55 | 15.1 | 15.89 | - |
| YUV | 105.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 106 | 0.24 | 0 | 0.07 | 0.55 | 162.22 | 0.13 | 0.39 |
| Hex | 57 | 72 | 6A | 18 | 0 | 7 | 37 | A2 | D | 27 |
| Octal | 127 | 162 | 152 | 30 | 0 | 7 | 67 | 242 | 15 | 47 |
| Binary | 1010111 | 1110010 | 1101010 | 11000 | 0 | 111 | 110111 | 10100010 | 1101 | 100111 |
Color Harmonies of #57726A
Complementary color
Monochromatic Colors of #57726A
Black with #57726A
Text Example
Text Example
White with #57726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57726A; }
p { color: rgb(87,114,106); }
H1.HeaderClassName
{
color: #57726A;
}
.AnyTagClassName
{
color: #57726A;
}
</style>
background-color css
<style>
a { background-color: #57726A; }
a { background-color: rgb(87,114,106); }
div.DivClassName
{
background-color: #57726A;
}
.BgClassName
{
background-color: #57726A;
}
</style>
border-color css
<style>
span { border-color: #57726A; }
span { border-color: rgb(87,114,106); }
td.TdClassName
{
border-color: #57726A;
}
.TagClassName
{
border-color: #57726A;
}
</style>