Shades of Lochinvar #378A80
Tints of Lochinvar #378A80
RGB
CMYK
RGB Variations
Color information
#378A80 (or 0x378A80) is known color: Lochinvar. HEX triplet: 37, 8A and 80. RGB value is (55,138,128). Sum of RGB (Red+Green+Blue) = 55+138+128=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #378A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A80 is #C8757F. Grayscale: #707070. Windows color (decimal): -13137280 or 8423991. OLE color: 8423991.
HSL color Cylindrical-coordinate representation of color #378A80: hue angle of 172.77º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378A80 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 138 | 128 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.46 |
| HSL | 172.77º | 0.43% | 0.38% | - |
| HSV(B) | 172.77º | 0.6% | 0.54% | - |
| XYZ | 14.56 | 20.55 | 23.62 | - |
| YUV | 112.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 128 | 0.60 | 0 | 0.07 | 0.46 | 172.77 | 0.43 | 0.38 |
| Hex | 37 | 8A | 80 | 3C | 0 | 7 | 2E | AD | 2B | 26 |
| Octal | 67 | 212 | 200 | 74 | 0 | 7 | 56 | 255 | 53 | 46 |
| Binary | 110111 | 10001010 | 10000000 | 111100 | 0 | 111 | 101110 | 10101101 | 101011 | 100110 |
Color Harmonies of #378A80
Complementary color
Monochromatic Colors of #378A80
Black with #378A80
Text Example
Text Example
White with #378A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378A80; }
p { color: rgb(55,138,128); }
H1.HeaderClassName
{
color: #378A80;
}
.AnyTagClassName
{
color: #378A80;
}
</style>
background-color css
<style>
a { background-color: #378A80; }
a { background-color: rgb(55,138,128); }
div.DivClassName
{
background-color: #378A80;
}
.BgClassName
{
background-color: #378A80;
}
</style>
border-color css
<style>
span { border-color: #378A80; }
span { border-color: rgb(55,138,128); }
td.TdClassName
{
border-color: #378A80;
}
.TagClassName
{
border-color: #378A80;
}
</style>