Shades of William #4D7272
Tints of William #4D7272
RGB
CMYK
RGB Variations
Color information
#4D7272 (or 0x4D7272) is known color: William. HEX triplet: 4D, 72 and 72. RGB value is (77,114,114). Sum of RGB (Red+Green+Blue) = 77+114+114=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #4D7272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7272 is #B28D8D. Grayscale: #666666. Windows color (decimal): -11701646 or 7500365. OLE color: 7500365.
HSL color Cylindrical-coordinate representation of color #4D7272: hue angle of 180º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7272 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 114 | - |
| CMYK | 0.32 | 0 | 0 | 0.55 |
| HSL | 180º | 0.19% | 0.37% | - |
| HSV(B) | 180º | 0.32% | 0.45% | - |
| XYZ | 12.12 | 14.83 | 18.14 | - |
| YUV | 102.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 114 | 0.32 | 0 | 0 | 0.55 | 180 | 0.19 | 0.37 |
| Hex | 4D | 72 | 72 | 20 | 0 | 0 | 37 | B4 | 13 | 25 |
| Octal | 115 | 162 | 162 | 40 | 0 | 0 | 67 | 264 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1110010 | 100000 | 0 | 0 | 110111 | 10110100 | 10011 | 100101 |
Color Harmonies of #4D7272
Complementary color
Monochromatic Colors of #4D7272
Black with #4D7272
Text Example
Text Example
White with #4D7272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7272; }
p { color: rgb(77,114,114); }
H1.HeaderClassName
{
color: #4D7272;
}
.AnyTagClassName
{
color: #4D7272;
}
</style>
background-color css
<style>
a { background-color: #4D7272; }
a { background-color: rgb(77,114,114); }
div.DivClassName
{
background-color: #4D7272;
}
.BgClassName
{
background-color: #4D7272;
}
</style>
border-color css
<style>
span { border-color: #4D7272; }
span { border-color: rgb(77,114,114); }
td.TdClassName
{
border-color: #4D7272;
}
.TagClassName
{
border-color: #4D7272;
}
</style>