Shades of Lochinvar #378D7C
Tints of Lochinvar #378D7C
RGB
CMYK
RGB Variations
Color information
#378D7C (or 0x378D7C) is known color: Lochinvar. HEX triplet: 37, 8D and 7C. RGB value is (55,141,124). Sum of RGB (Red+Green+Blue) = 55+141+124=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #378D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D7C is #C87283. Grayscale: #717171. Windows color (decimal): -13136516 or 8162615. OLE color: 8162615.
HSL color Cylindrical-coordinate representation of color #378D7C: hue angle of 168.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D7C is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 124 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.45 |
| HSL | 168.14º | 0.44% | 0.38% | - |
| HSV(B) | 168.14º | 0.61% | 0.55% | - |
| XYZ | 14.74 | 21.32 | 22.41 | - |
| YUV | 113.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 124 | 0.61 | 0 | 0.12 | 0.45 | 168.14 | 0.44 | 0.38 |
| Hex | 37 | 8D | 7C | 3D | 0 | C | 2D | A8 | 2C | 26 |
| Octal | 67 | 215 | 174 | 75 | 0 | 14 | 55 | 250 | 54 | 46 |
| Binary | 110111 | 10001101 | 1111100 | 111101 | 0 | 1100 | 101101 | 10101000 | 101100 | 100110 |
Color Harmonies of #378D7C
Complementary color
Monochromatic Colors of #378D7C
Black with #378D7C
Text Example
Text Example
White with #378D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D7C; }
p { color: rgb(55,141,124); }
H1.HeaderClassName
{
color: #378D7C;
}
.AnyTagClassName
{
color: #378D7C;
}
</style>
background-color css
<style>
a { background-color: #378D7C; }
a { background-color: rgb(55,141,124); }
div.DivClassName
{
background-color: #378D7C;
}
.BgClassName
{
background-color: #378D7C;
}
</style>
border-color css
<style>
span { border-color: #378D7C; }
span { border-color: rgb(55,141,124); }
td.TdClassName
{
border-color: #378D7C;
}
.TagClassName
{
border-color: #378D7C;
}
</style>