Shades of Lochinvar #4C877C
Tints of Lochinvar #4C877C
RGB
CMYK
RGB Variations
Color information
#4C877C (or 0x4C877C) is known color: Lochinvar. HEX triplet: 4C, 87 and 7C. RGB value is (76,135,124). Sum of RGB (Red+Green+Blue) = 76+135+124=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #4C877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C877C is #B37883. Grayscale: #747474. Windows color (decimal): -11761796 or 8161100. OLE color: 8161100.
HSL color Cylindrical-coordinate representation of color #4C877C: hue angle of 168.81º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C877C is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 135 | 124 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.47 |
| HSL | 168.81º | 0.28% | 0.41% | - |
| HSV(B) | 168.81º | 0.44% | 0.53% | - |
| XYZ | 15.28 | 20.32 | 22.19 | - |
| YUV | 116.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 135 | 124 | 0.44 | 0 | 0.08 | 0.47 | 168.81 | 0.28 | 0.41 |
| Hex | 4C | 87 | 7C | 2C | 0 | 8 | 2F | A9 | 1C | 29 |
| Octal | 114 | 207 | 174 | 54 | 0 | 10 | 57 | 251 | 34 | 51 |
| Binary | 1001100 | 10000111 | 1111100 | 101100 | 0 | 1000 | 101111 | 10101001 | 11100 | 101001 |
Color Harmonies of #4C877C
Complementary color
Monochromatic Colors of #4C877C
Black with #4C877C
Text Example
Text Example
White with #4C877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C877C; }
p { color: rgb(76,135,124); }
H1.HeaderClassName
{
color: #4C877C;
}
.AnyTagClassName
{
color: #4C877C;
}
</style>
background-color css
<style>
a { background-color: #4C877C; }
a { background-color: rgb(76,135,124); }
div.DivClassName
{
background-color: #4C877C;
}
.BgClassName
{
background-color: #4C877C;
}
</style>
border-color css
<style>
span { border-color: #4C877C; }
span { border-color: rgb(76,135,124); }
td.TdClassName
{
border-color: #4C877C;
}
.TagClassName
{
border-color: #4C877C;
}
</style>