Shades of Lochinvar #40877C
Tints of Lochinvar #40877C
RGB
CMYK
RGB Variations
Color information
#40877C (or 0x40877C) is known color: Lochinvar. HEX triplet: 40, 87 and 7C. RGB value is (64,135,124). Sum of RGB (Red+Green+Blue) = 64+135+124=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #40877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40877C is #BF7883. Grayscale: #707070. Windows color (decimal): -12548228 or 8161088. OLE color: 8161088.
HSL color Cylindrical-coordinate representation of color #40877C: hue angle of 170.7º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40877C is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 135 | 124 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.47 |
| HSL | 170.7º | 0.36% | 0.39% | - |
| HSV(B) | 170.7º | 0.53% | 0.53% | - |
| XYZ | 14.42 | 19.87 | 22.14 | - |
| YUV | 112.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 124 | 0.53 | 0 | 0.08 | 0.47 | 170.7 | 0.36 | 0.39 |
| Hex | 40 | 87 | 7C | 35 | 0 | 8 | 2F | AB | 24 | 27 |
| Octal | 100 | 207 | 174 | 65 | 0 | 10 | 57 | 253 | 44 | 47 |
| Binary | 1000000 | 10000111 | 1111100 | 110101 | 0 | 1000 | 101111 | 10101011 | 100100 | 100111 |
Color Harmonies of #40877C
Complementary color
Monochromatic Colors of #40877C
Black with #40877C
Text Example
Text Example
White with #40877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40877C; }
p { color: rgb(64,135,124); }
H1.HeaderClassName
{
color: #40877C;
}
.AnyTagClassName
{
color: #40877C;
}
</style>
background-color css
<style>
a { background-color: #40877C; }
a { background-color: rgb(64,135,124); }
div.DivClassName
{
background-color: #40877C;
}
.BgClassName
{
background-color: #40877C;
}
</style>
border-color css
<style>
span { border-color: #40877C; }
span { border-color: rgb(64,135,124); }
td.TdClassName
{
border-color: #40877C;
}
.TagClassName
{
border-color: #40877C;
}
</style>