Shades of Lochinvar #4D877A
Tints of Lochinvar #4D877A
RGB
CMYK
RGB Variations
Color information
#4D877A (or 0x4D877A) is known color: Lochinvar. HEX triplet: 4D, 87 and 7A. RGB value is (77,135,122). Sum of RGB (Red+Green+Blue) = 77+135+122=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #4D877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D877A is #B27885. Grayscale: #747474. Windows color (decimal): -11696262 or 8030029. OLE color: 8030029.
HSL color Cylindrical-coordinate representation of color #4D877A: hue angle of 166.55º degrees, saturation: 0.27, 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 #4D877A is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 135 | 122 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.47 |
| HSL | 166.55º | 0.27% | 0.42% | - |
| HSV(B) | 166.55º | 0.43% | 0.53% | - |
| XYZ | 15.24 | 20.31 | 21.53 | - |
| YUV | 116.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 122 | 0.43 | 0 | 0.10 | 0.47 | 166.55 | 0.27 | 0.42 |
| Hex | 4D | 87 | 7A | 2B | 0 | A | 2F | A7 | 1B | 2A |
| Octal | 115 | 207 | 172 | 53 | 0 | 12 | 57 | 247 | 33 | 52 |
| Binary | 1001101 | 10000111 | 1111010 | 101011 | 0 | 1010 | 101111 | 10100111 | 11011 | 101010 |
Color Harmonies of #4D877A
Complementary color
Monochromatic Colors of #4D877A
Black with #4D877A
Text Example
Text Example
White with #4D877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D877A; }
p { color: rgb(77,135,122); }
H1.HeaderClassName
{
color: #4D877A;
}
.AnyTagClassName
{
color: #4D877A;
}
</style>
background-color css
<style>
a { background-color: #4D877A; }
a { background-color: rgb(77,135,122); }
div.DivClassName
{
background-color: #4D877A;
}
.BgClassName
{
background-color: #4D877A;
}
</style>
border-color css
<style>
span { border-color: #4D877A; }
span { border-color: rgb(77,135,122); }
td.TdClassName
{
border-color: #4D877A;
}
.TagClassName
{
border-color: #4D877A;
}
</style>