Shades of Lochinvar #4D877C
Tints of Lochinvar #4D877C
RGB
CMYK
RGB Variations
Color information
#4D877C (or 0x4D877C) is known color: Lochinvar. HEX triplet: 4D, 87 and 7C. RGB value is (77,135,124). Sum of RGB (Red+Green+Blue) = 77+135+124=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #4D877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D877C is #B27883. Grayscale: #747474. Windows color (decimal): -11696260 or 8161101. OLE color: 8161101.
HSL color Cylindrical-coordinate representation of color #4D877C: hue angle of 168.62º 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 #4D877C is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 135 | 124 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.47 |
| HSL | 168.62º | 0.27% | 0.42% | - |
| HSV(B) | 168.62º | 0.43% | 0.53% | - |
| XYZ | 15.36 | 20.36 | 22.19 | - |
| YUV | 116.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 124 | 0.43 | 0 | 0.08 | 0.47 | 168.62 | 0.27 | 0.42 |
| Hex | 4D | 87 | 7C | 2B | 0 | 8 | 2F | A9 | 1B | 2A |
| Octal | 115 | 207 | 174 | 53 | 0 | 10 | 57 | 251 | 33 | 52 |
| Binary | 1001101 | 10000111 | 1111100 | 101011 | 0 | 1000 | 101111 | 10101001 | 11011 | 101010 |
Color Harmonies of #4D877C
Complementary color
Monochromatic Colors of #4D877C
Black with #4D877C
Text Example
Text Example
White with #4D877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D877C; }
p { color: rgb(77,135,124); }
H1.HeaderClassName
{
color: #4D877C;
}
.AnyTagClassName
{
color: #4D877C;
}
</style>
background-color css
<style>
a { background-color: #4D877C; }
a { background-color: rgb(77,135,124); }
div.DivClassName
{
background-color: #4D877C;
}
.BgClassName
{
background-color: #4D877C;
}
</style>
border-color css
<style>
span { border-color: #4D877C; }
span { border-color: rgb(77,135,124); }
td.TdClassName
{
border-color: #4D877C;
}
.TagClassName
{
border-color: #4D877C;
}
</style>