Shades of Como #4D7B5F
Tints of Como #4D7B5F
RGB
CMYK
RGB Variations
Color information
#4D7B5F (or 0x4D7B5F) is known color: Como. HEX triplet: 4D, 7B and 5F. RGB value is (77,123,95). Sum of RGB (Red+Green+Blue) = 77+123+95=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #4D7B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7B5F is #B284A0. Grayscale: #6A6A6A. Windows color (decimal): -11699361 or 6257485. OLE color: 6257485.
HSL color Cylindrical-coordinate representation of color #4D7B5F: hue angle of 143.48º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D7B5F is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 123 | 95 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.52 |
| HSL | 143.48º | 0.23% | 0.39% | - |
| HSV(B) | 143.48º | 0.37% | 0.48% | - |
| XYZ | 12.21 | 16.57 | 13.38 | - |
| YUV | 106.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 95 | 0.37 | 0 | 0.23 | 0.52 | 143.48 | 0.23 | 0.39 |
| Hex | 4D | 7B | 5F | 25 | 0 | 17 | 34 | 8F | 17 | 27 |
| Octal | 115 | 173 | 137 | 45 | 0 | 27 | 64 | 217 | 27 | 47 |
| Binary | 1001101 | 1111011 | 1011111 | 100101 | 0 | 10111 | 110100 | 10001111 | 10111 | 100111 |
Color Harmonies of #4D7B5F
Complementary color
Monochromatic Colors of #4D7B5F
Black with #4D7B5F
Text Example
Text Example
White with #4D7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7B5F; }
p { color: rgb(77,123,95); }
H1.HeaderClassName
{
color: #4D7B5F;
}
.AnyTagClassName
{
color: #4D7B5F;
}
</style>
background-color css
<style>
a { background-color: #4D7B5F; }
a { background-color: rgb(77,123,95); }
div.DivClassName
{
background-color: #4D7B5F;
}
.BgClassName
{
background-color: #4D7B5F;
}
</style>
border-color css
<style>
span { border-color: #4D7B5F; }
span { border-color: rgb(77,123,95); }
td.TdClassName
{
border-color: #4D7B5F;
}
.TagClassName
{
border-color: #4D7B5F;
}
</style>