Shades of Como #4D7B5C
Tints of Como #4D7B5C
RGB
CMYK
RGB Variations
Color information
#4D7B5C (or 0x4D7B5C) is known color: Como. HEX triplet: 4D, 7B and 5C. RGB value is (77,123,92). Sum of RGB (Red+Green+Blue) = 77+123+92=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #4D7B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7B5C is #B284A3. Grayscale: #696969. Windows color (decimal): -11699364 or 6060877. OLE color: 6060877.
HSL color Cylindrical-coordinate representation of color #4D7B5C: hue angle of 139.57º 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 #4D7B5C is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 123 | 92 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.52 |
| HSL | 139.57º | 0.23% | 0.39% | - |
| HSV(B) | 139.57º | 0.37% | 0.48% | - |
| XYZ | 12.08 | 16.52 | 12.68 | - |
| YUV | 105.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 92 | 0.37 | 0 | 0.25 | 0.52 | 139.57 | 0.23 | 0.39 |
| Hex | 4D | 7B | 5C | 25 | 0 | 19 | 34 | 8C | 17 | 27 |
| Octal | 115 | 173 | 134 | 45 | 0 | 31 | 64 | 214 | 27 | 47 |
| Binary | 1001101 | 1111011 | 1011100 | 100101 | 0 | 11001 | 110100 | 10001100 | 10111 | 100111 |
Color Harmonies of #4D7B5C
Complementary color
Monochromatic Colors of #4D7B5C
Black with #4D7B5C
Text Example
Text Example
White with #4D7B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7B5C; }
p { color: rgb(77,123,92); }
H1.HeaderClassName
{
color: #4D7B5C;
}
.AnyTagClassName
{
color: #4D7B5C;
}
</style>
background-color css
<style>
a { background-color: #4D7B5C; }
a { background-color: rgb(77,123,92); }
div.DivClassName
{
background-color: #4D7B5C;
}
.BgClassName
{
background-color: #4D7B5C;
}
</style>
border-color css
<style>
span { border-color: #4D7B5C; }
span { border-color: rgb(77,123,92); }
td.TdClassName
{
border-color: #4D7B5C;
}
.TagClassName
{
border-color: #4D7B5C;
}
</style>