Shades of Lochinvar #408C7A
Tints of Lochinvar #408C7A
RGB
CMYK
RGB Variations
Color information
#408C7A (or 0x408C7A) is known color: Lochinvar. HEX triplet: 40, 8C and 7A. RGB value is (64,140,122). Sum of RGB (Red+Green+Blue) = 64+140+122=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #408C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C7A is #BF7385. Grayscale: #737373. Windows color (decimal): -12546950 or 8031296. OLE color: 8031296.
HSL color Cylindrical-coordinate representation of color #408C7A: hue angle of 165.79º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408C7A is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 122 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.45 |
| HSL | 165.79º | 0.37% | 0.4% | - |
| HSV(B) | 165.79º | 0.54% | 0.55% | - |
| XYZ | 15.01 | 21.25 | 21.72 | - |
| YUV | 115.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 122 | 0.54 | 0 | 0.13 | 0.45 | 165.79 | 0.37 | 0.4 |
| Hex | 40 | 8C | 7A | 36 | 0 | D | 2D | A6 | 25 | 28 |
| Octal | 100 | 214 | 172 | 66 | 0 | 15 | 55 | 246 | 45 | 50 |
| Binary | 1000000 | 10001100 | 1111010 | 110110 | 0 | 1101 | 101101 | 10100110 | 100101 | 101000 |
Color Harmonies of #408C7A
Complementary color
Monochromatic Colors of #408C7A
Black with #408C7A
Text Example
Text Example
White with #408C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C7A; }
p { color: rgb(64,140,122); }
H1.HeaderClassName
{
color: #408C7A;
}
.AnyTagClassName
{
color: #408C7A;
}
</style>
background-color css
<style>
a { background-color: #408C7A; }
a { background-color: rgb(64,140,122); }
div.DivClassName
{
background-color: #408C7A;
}
.BgClassName
{
background-color: #408C7A;
}
</style>
border-color css
<style>
span { border-color: #408C7A; }
span { border-color: rgb(64,140,122); }
td.TdClassName
{
border-color: #408C7A;
}
.TagClassName
{
border-color: #408C7A;
}
</style>