Shades of Lochinvar #43887E
Tints of Lochinvar #43887E
RGB
CMYK
RGB Variations
Color information
#43887E (or 0x43887E) is known color: Lochinvar. HEX triplet: 43, 88 and 7E. RGB value is (67,136,126). Sum of RGB (Red+Green+Blue) = 67+136+126=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #43887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43887E is #BC7781. Grayscale: #727272. Windows color (decimal): -12351362 or 8292419. OLE color: 8292419.
HSL color Cylindrical-coordinate representation of color #43887E: hue angle of 171.3º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43887E is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 136 | 126 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.47 |
| HSL | 171.3º | 0.34% | 0.4% | - |
| HSV(B) | 171.3º | 0.51% | 0.53% | - |
| XYZ | 14.88 | 20.31 | 22.87 | - |
| YUV | 114.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 126 | 0.51 | 0 | 0.07 | 0.47 | 171.3 | 0.34 | 0.4 |
| Hex | 43 | 88 | 7E | 33 | 0 | 7 | 2F | AB | 22 | 28 |
| Octal | 103 | 210 | 176 | 63 | 0 | 7 | 57 | 253 | 42 | 50 |
| Binary | 1000011 | 10001000 | 1111110 | 110011 | 0 | 111 | 101111 | 10101011 | 100010 | 101000 |
Color Harmonies of #43887E
Complementary color
Monochromatic Colors of #43887E
Black with #43887E
Text Example
Text Example
White with #43887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43887E; }
p { color: rgb(67,136,126); }
H1.HeaderClassName
{
color: #43887E;
}
.AnyTagClassName
{
color: #43887E;
}
</style>
background-color css
<style>
a { background-color: #43887E; }
a { background-color: rgb(67,136,126); }
div.DivClassName
{
background-color: #43887E;
}
.BgClassName
{
background-color: #43887E;
}
</style>
border-color css
<style>
span { border-color: #43887E; }
span { border-color: rgb(67,136,126); }
td.TdClassName
{
border-color: #43887E;
}
.TagClassName
{
border-color: #43887E;
}
</style>