Shades of Lochinvar #408F7B
Tints of Lochinvar #408F7B
RGB
CMYK
RGB Variations
Color information
#408F7B (or 0x408F7B) is known color: Lochinvar. HEX triplet: 40, 8F and 7B. RGB value is (64,143,123). Sum of RGB (Red+Green+Blue) = 64+143+123=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #408F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F7B is #BF7084. Grayscale: #757575. Windows color (decimal): -12546181 or 8097600. OLE color: 8097600.
HSL color Cylindrical-coordinate representation of color #408F7B: hue angle of 164.81º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F7B is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 123 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.44 |
| HSL | 164.81º | 0.38% | 0.41% | - |
| HSV(B) | 164.81º | 0.55% | 0.56% | - |
| XYZ | 15.51 | 22.16 | 22.2 | - |
| YUV | 117.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 123 | 0.55 | 0 | 0.14 | 0.44 | 164.81 | 0.38 | 0.41 |
| Hex | 40 | 8F | 7B | 37 | 0 | E | 2C | A5 | 26 | 29 |
| Octal | 100 | 217 | 173 | 67 | 0 | 16 | 54 | 245 | 46 | 51 |
| Binary | 1000000 | 10001111 | 1111011 | 110111 | 0 | 1110 | 101100 | 10100101 | 100110 | 101001 |
Color Harmonies of #408F7B
Complementary color
Monochromatic Colors of #408F7B
Black with #408F7B
Text Example
Text Example
White with #408F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F7B; }
p { color: rgb(64,143,123); }
H1.HeaderClassName
{
color: #408F7B;
}
.AnyTagClassName
{
color: #408F7B;
}
</style>
background-color css
<style>
a { background-color: #408F7B; }
a { background-color: rgb(64,143,123); }
div.DivClassName
{
background-color: #408F7B;
}
.BgClassName
{
background-color: #408F7B;
}
</style>
border-color css
<style>
span { border-color: #408F7B; }
span { border-color: rgb(64,143,123); }
td.TdClassName
{
border-color: #408F7B;
}
.TagClassName
{
border-color: #408F7B;
}
</style>