Shades of Lochinvar #4D887A
Tints of Lochinvar #4D887A
RGB
CMYK
RGB Variations
Color information
#4D887A (or 0x4D887A) is known color: Lochinvar. HEX triplet: 4D, 88 and 7A. RGB value is (77,136,122). Sum of RGB (Red+Green+Blue) = 77+136+122=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #4D887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D887A is #B27785. Grayscale: #747474. Windows color (decimal): -11696006 or 8030285. OLE color: 8030285.
HSL color Cylindrical-coordinate representation of color #4D887A: hue angle of 165.76º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D887A is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 122 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.47 |
| HSL | 165.76º | 0.28% | 0.42% | - |
| HSV(B) | 165.76º | 0.43% | 0.53% | - |
| XYZ | 15.38 | 20.59 | 21.58 | - |
| YUV | 116.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 122 | 0.43 | 0 | 0.10 | 0.47 | 165.76 | 0.28 | 0.42 |
| Hex | 4D | 88 | 7A | 2B | 0 | A | 2F | A6 | 1C | 2A |
| Octal | 115 | 210 | 172 | 53 | 0 | 12 | 57 | 246 | 34 | 52 |
| Binary | 1001101 | 10001000 | 1111010 | 101011 | 0 | 1010 | 101111 | 10100110 | 11100 | 101010 |
Color Harmonies of #4D887A
Complementary color
Monochromatic Colors of #4D887A
Black with #4D887A
Text Example
Text Example
White with #4D887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D887A; }
p { color: rgb(77,136,122); }
H1.HeaderClassName
{
color: #4D887A;
}
.AnyTagClassName
{
color: #4D887A;
}
</style>
background-color css
<style>
a { background-color: #4D887A; }
a { background-color: rgb(77,136,122); }
div.DivClassName
{
background-color: #4D887A;
}
.BgClassName
{
background-color: #4D887A;
}
</style>
border-color css
<style>
span { border-color: #4D887A; }
span { border-color: rgb(77,136,122); }
td.TdClassName
{
border-color: #4D887A;
}
.TagClassName
{
border-color: #4D887A;
}
</style>