Shades of Lochinvar #4C877D
Tints of Lochinvar #4C877D
RGB
CMYK
RGB Variations
Color information
#4C877D (or 0x4C877D) is known color: Lochinvar. HEX triplet: 4C, 87 and 7D. RGB value is (76,135,125). Sum of RGB (Red+Green+Blue) = 76+135+125=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #4C877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C877D is #B37882. Grayscale: #747474. Windows color (decimal): -11761795 or 8226636. OLE color: 8226636.
HSL color Cylindrical-coordinate representation of color #4C877D: hue angle of 169.83º 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 #4C877D is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 135 | 125 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.47 |
| HSL | 169.83º | 0.28% | 0.41% | - |
| HSV(B) | 169.83º | 0.44% | 0.53% | - |
| XYZ | 15.35 | 20.35 | 22.52 | - |
| YUV | 116.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 135 | 125 | 0.44 | 0 | 0.07 | 0.47 | 169.83 | 0.28 | 0.41 |
| Hex | 4C | 87 | 7D | 2C | 0 | 7 | 2F | AA | 1C | 29 |
| Octal | 114 | 207 | 175 | 54 | 0 | 7 | 57 | 252 | 34 | 51 |
| Binary | 1001100 | 10000111 | 1111101 | 101100 | 0 | 111 | 101111 | 10101010 | 11100 | 101001 |
Color Harmonies of #4C877D
Complementary color
Monochromatic Colors of #4C877D
Black with #4C877D
Text Example
Text Example
White with #4C877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C877D; }
p { color: rgb(76,135,125); }
H1.HeaderClassName
{
color: #4C877D;
}
.AnyTagClassName
{
color: #4C877D;
}
</style>
background-color css
<style>
a { background-color: #4C877D; }
a { background-color: rgb(76,135,125); }
div.DivClassName
{
background-color: #4C877D;
}
.BgClassName
{
background-color: #4C877D;
}
</style>
border-color css
<style>
span { border-color: #4C877D; }
span { border-color: rgb(76,135,125); }
td.TdClassName
{
border-color: #4C877D;
}
.TagClassName
{
border-color: #4C877D;
}
</style>