Shades of Lochinvar #408E7D
Tints of Lochinvar #408E7D
RGB
CMYK
RGB Variations
Color information
#408E7D (or 0x408E7D) is known color: Lochinvar. HEX triplet: 40, 8E and 7D. RGB value is (64,142,125). Sum of RGB (Red+Green+Blue) = 64+142+125=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 142 - color contains mainly: green. Hex color #408E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E7D is #BF7182. Grayscale: #747474. Windows color (decimal): -12546435 or 8228416. OLE color: 8228416.
HSL color Cylindrical-coordinate representation of color #408E7D: hue angle of 166.92º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E7D is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 125 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.44 |
| HSL | 166.92º | 0.38% | 0.4% | - |
| HSV(B) | 166.92º | 0.55% | 0.56% | - |
| XYZ | 15.49 | 21.92 | 22.82 | - |
| YUV | 116.74 | 132.66 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 125 | 0.55 | 0 | 0.12 | 0.44 | 166.92 | 0.38 | 0.4 |
| Hex | 40 | 8E | 7D | 37 | 0 | C | 2C | A7 | 26 | 28 |
| Octal | 100 | 216 | 175 | 67 | 0 | 14 | 54 | 247 | 46 | 50 |
| Binary | 1000000 | 10001110 | 1111101 | 110111 | 0 | 1100 | 101100 | 10100111 | 100110 | 101000 |
Color Harmonies of #408E7D
Complementary color
Monochromatic Colors of #408E7D
Black with #408E7D
Text Example
Text Example
White with #408E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E7D; }
p { color: rgb(64,142,125); }
H1.HeaderClassName
{
color: #408E7D;
}
.AnyTagClassName
{
color: #408E7D;
}
</style>
background-color css
<style>
a { background-color: #408E7D; }
a { background-color: rgb(64,142,125); }
div.DivClassName
{
background-color: #408E7D;
}
.BgClassName
{
background-color: #408E7D;
}
</style>
border-color css
<style>
span { border-color: #408E7D; }
span { border-color: rgb(64,142,125); }
td.TdClassName
{
border-color: #408E7D;
}
.TagClassName
{
border-color: #408E7D;
}
</style>