Shades of William #51746D
Tints of William #51746D
RGB
CMYK
RGB Variations
Color information
#51746D (or 0x51746D) is known color: William. HEX triplet: 51, 74 and 6D. RGB value is (81,116,109). Sum of RGB (Red+Green+Blue) = 81+116+109=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #51746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51746D is #AE8B92. Grayscale: #686868. Windows color (decimal): -11438995 or 7173201. OLE color: 7173201.
HSL color Cylindrical-coordinate representation of color #51746D: hue angle of 168º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51746D is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 116 | 109 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.55 |
| HSL | 168º | 0.18% | 0.39% | - |
| HSV(B) | 168º | 0.3% | 0.45% | - |
| XYZ | 12.4 | 15.34 | 16.78 | - |
| YUV | 104.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 109 | 0.30 | 0 | 0.06 | 0.55 | 168 | 0.18 | 0.39 |
| Hex | 51 | 74 | 6D | 1E | 0 | 6 | 37 | A8 | 12 | 27 |
| Octal | 121 | 164 | 155 | 36 | 0 | 6 | 67 | 250 | 22 | 47 |
| Binary | 1010001 | 1110100 | 1101101 | 11110 | 0 | 110 | 110111 | 10101000 | 10010 | 100111 |
Color Harmonies of #51746D
Complementary color
Monochromatic Colors of #51746D
Black with #51746D
Text Example
Text Example
White with #51746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51746D; }
p { color: rgb(81,116,109); }
H1.HeaderClassName
{
color: #51746D;
}
.AnyTagClassName
{
color: #51746D;
}
</style>
background-color css
<style>
a { background-color: #51746D; }
a { background-color: rgb(81,116,109); }
div.DivClassName
{
background-color: #51746D;
}
.BgClassName
{
background-color: #51746D;
}
</style>
border-color css
<style>
span { border-color: #51746D; }
span { border-color: rgb(81,116,109); }
td.TdClassName
{
border-color: #51746D;
}
.TagClassName
{
border-color: #51746D;
}
</style>