Shades of Como #4D715B
Tints of Como #4D715B
RGB
CMYK
RGB Variations
Color information
#4D715B (or 0x4D715B) is known color: Como. HEX triplet: 4D, 71 and 5B. RGB value is (77,113,91). Sum of RGB (Red+Green+Blue) = 77+113+91=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #4D715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D715B is #B28EA4. Grayscale: #636363. Windows color (decimal): -11701925 or 5992781. OLE color: 5992781.
HSL color Cylindrical-coordinate representation of color #4D715B: hue angle of 143.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 #4D715B is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 91 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.56 |
| HSL | 143.33º | 0.19% | 0.37% | - |
| HSV(B) | 143.33º | 0.32% | 0.44% | - |
| XYZ | 10.85 | 14.14 | 12.06 | - |
| YUV | 99.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 91 | 0.32 | 0 | 0.19 | 0.56 | 143.33 | 0.19 | 0.37 |
| Hex | 4D | 71 | 5B | 20 | 0 | 13 | 38 | 8F | 13 | 25 |
| Octal | 115 | 161 | 133 | 40 | 0 | 23 | 70 | 217 | 23 | 45 |
| Binary | 1001101 | 1110001 | 1011011 | 100000 | 0 | 10011 | 111000 | 10001111 | 10011 | 100101 |
Color Harmonies of #4D715B
Complementary color
Monochromatic Colors of #4D715B
Black with #4D715B
Text Example
Text Example
White with #4D715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D715B; }
p { color: rgb(77,113,91); }
H1.HeaderClassName
{
color: #4D715B;
}
.AnyTagClassName
{
color: #4D715B;
}
</style>
background-color css
<style>
a { background-color: #4D715B; }
a { background-color: rgb(77,113,91); }
div.DivClassName
{
background-color: #4D715B;
}
.BgClassName
{
background-color: #4D715B;
}
</style>
border-color css
<style>
span { border-color: #4D715B; }
span { border-color: rgb(77,113,91); }
td.TdClassName
{
border-color: #4D715B;
}
.TagClassName
{
border-color: #4D715B;
}
</style>