Shades of Como #4B7757
Tints of Como #4B7757
RGB
CMYK
RGB Variations
Color information
#4B7757 (or 0x4B7757) is known color: Como. HEX triplet: 4B, 77 and 57. RGB value is (75,119,87). Sum of RGB (Red+Green+Blue) = 75+119+87=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7757 is #B488A8. Grayscale: #666666. Windows color (decimal): -11831465 or 5732171. OLE color: 5732171.
HSL color Cylindrical-coordinate representation of color #4B7757: hue angle of 136.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B7757 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 87 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.53 |
| HSL | 136.36º | 0.23% | 0.38% | - |
| HSV(B) | 136.36º | 0.37% | 0.47% | - |
| XYZ | 11.22 | 15.38 | 11.39 | - |
| YUV | 102.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 87 | 0.37 | 0 | 0.27 | 0.53 | 136.36 | 0.23 | 0.38 |
| Hex | 4B | 77 | 57 | 25 | 0 | 1B | 35 | 88 | 17 | 26 |
| Octal | 113 | 167 | 127 | 45 | 0 | 33 | 65 | 210 | 27 | 46 |
| Binary | 1001011 | 1110111 | 1010111 | 100101 | 0 | 11011 | 110101 | 10001000 | 10111 | 100110 |
Color Harmonies of #4B7757
Complementary color
Monochromatic Colors of #4B7757
Black with #4B7757
Text Example
Text Example
White with #4B7757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7757; }
p { color: rgb(75,119,87); }
H1.HeaderClassName
{
color: #4B7757;
}
.AnyTagClassName
{
color: #4B7757;
}
</style>
background-color css
<style>
a { background-color: #4B7757; }
a { background-color: rgb(75,119,87); }
div.DivClassName
{
background-color: #4B7757;
}
.BgClassName
{
background-color: #4B7757;
}
</style>
border-color css
<style>
span { border-color: #4B7757; }
span { border-color: rgb(75,119,87); }
td.TdClassName
{
border-color: #4B7757;
}
.TagClassName
{
border-color: #4B7757;
}
</style>