Shades of William #4D716D
Tints of William #4D716D
RGB
CMYK
RGB Variations
Color information
#4D716D (or 0x4D716D) is known color: William. HEX triplet: 4D, 71 and 6D. RGB value is (77,113,109). Sum of RGB (Red+Green+Blue) = 77+113+109=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #4D716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D716D is #B28E92. Grayscale: #656565. Windows color (decimal): -11701907 or 7172429. OLE color: 7172429.
HSL color Cylindrical-coordinate representation of color #4D716D: hue angle of 173.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D716D is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 109 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.56 |
| HSL | 173.33º | 0.19% | 0.37% | - |
| HSV(B) | 173.33º | 0.32% | 0.44% | - |
| XYZ | 11.73 | 14.49 | 16.65 | - |
| YUV | 101.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 109 | 0.32 | 0 | 0.04 | 0.56 | 173.33 | 0.19 | 0.37 |
| Hex | 4D | 71 | 6D | 20 | 0 | 4 | 38 | AD | 13 | 25 |
| Octal | 115 | 161 | 155 | 40 | 0 | 4 | 70 | 255 | 23 | 45 |
| Binary | 1001101 | 1110001 | 1101101 | 100000 | 0 | 100 | 111000 | 10101101 | 10011 | 100101 |
Color Harmonies of #4D716D
Complementary color
Monochromatic Colors of #4D716D
Black with #4D716D
Text Example
Text Example
White with #4D716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D716D; }
p { color: rgb(77,113,109); }
H1.HeaderClassName
{
color: #4D716D;
}
.AnyTagClassName
{
color: #4D716D;
}
</style>
background-color css
<style>
a { background-color: #4D716D; }
a { background-color: rgb(77,113,109); }
div.DivClassName
{
background-color: #4D716D;
}
.BgClassName
{
background-color: #4D716D;
}
</style>
border-color css
<style>
span { border-color: #4D716D; }
span { border-color: rgb(77,113,109); }
td.TdClassName
{
border-color: #4D716D;
}
.TagClassName
{
border-color: #4D716D;
}
</style>