Shades of Como #4D745C
Tints of Como #4D745C
RGB
CMYK
RGB Variations
Color information
#4D745C (or 0x4D745C) is known color: Como. HEX triplet: 4D, 74 and 5C. RGB value is (77,116,92). Sum of RGB (Red+Green+Blue) = 77+116+92=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #4D745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D745C is #B28BA3. Grayscale: #656565. Windows color (decimal): -11701156 or 6059085. OLE color: 6059085.
HSL color Cylindrical-coordinate representation of color #4D745C: hue angle of 143.08º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D745C is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 92 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.55 |
| HSL | 143.08º | 0.2% | 0.38% | - |
| HSV(B) | 143.08º | 0.34% | 0.45% | - |
| XYZ | 11.24 | 14.84 | 12.4 | - |
| YUV | 101.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 92 | 0.34 | 0 | 0.21 | 0.55 | 143.08 | 0.2 | 0.38 |
| Hex | 4D | 74 | 5C | 22 | 0 | 15 | 37 | 8F | 14 | 26 |
| Octal | 115 | 164 | 134 | 42 | 0 | 25 | 67 | 217 | 24 | 46 |
| Binary | 1001101 | 1110100 | 1011100 | 100010 | 0 | 10101 | 110111 | 10001111 | 10100 | 100110 |
Color Harmonies of #4D745C
Complementary color
Monochromatic Colors of #4D745C
Black with #4D745C
Text Example
Text Example
White with #4D745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D745C; }
p { color: rgb(77,116,92); }
H1.HeaderClassName
{
color: #4D745C;
}
.AnyTagClassName
{
color: #4D745C;
}
</style>
background-color css
<style>
a { background-color: #4D745C; }
a { background-color: rgb(77,116,92); }
div.DivClassName
{
background-color: #4D745C;
}
.BgClassName
{
background-color: #4D745C;
}
</style>
border-color css
<style>
span { border-color: #4D745C; }
span { border-color: rgb(77,116,92); }
td.TdClassName
{
border-color: #4D745C;
}
.TagClassName
{
border-color: #4D745C;
}
</style>