Shades of Lochinvar #43877F
Tints of Lochinvar #43877F
RGB
CMYK
RGB Variations
Color information
#43877F (or 0x43877F) is known color: Lochinvar. HEX triplet: 43, 87 and 7F. RGB value is (67,135,127). Sum of RGB (Red+Green+Blue) = 67+135+127=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #43877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43877F is #BC7880. Grayscale: #717171. Windows color (decimal): -12351617 or 8357699. OLE color: 8357699.
HSL color Cylindrical-coordinate representation of color #43877F: hue angle of 172.94º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43877F is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 135 | 127 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.47 |
| HSL | 172.94º | 0.34% | 0.4% | - |
| HSV(B) | 172.94º | 0.5% | 0.53% | - |
| XYZ | 14.81 | 20.05 | 23.17 | - |
| YUV | 113.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 135 | 127 | 0.50 | 0 | 0.06 | 0.47 | 172.94 | 0.34 | 0.4 |
| Hex | 43 | 87 | 7F | 32 | 0 | 6 | 2F | AD | 22 | 28 |
| Octal | 103 | 207 | 177 | 62 | 0 | 6 | 57 | 255 | 42 | 50 |
| Binary | 1000011 | 10000111 | 1111111 | 110010 | 0 | 110 | 101111 | 10101101 | 100010 | 101000 |
Color Harmonies of #43877F
Complementary color
Monochromatic Colors of #43877F
Black with #43877F
Text Example
Text Example
White with #43877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43877F; }
p { color: rgb(67,135,127); }
H1.HeaderClassName
{
color: #43877F;
}
.AnyTagClassName
{
color: #43877F;
}
</style>
background-color css
<style>
a { background-color: #43877F; }
a { background-color: rgb(67,135,127); }
div.DivClassName
{
background-color: #43877F;
}
.BgClassName
{
background-color: #43877F;
}
</style>
border-color css
<style>
span { border-color: #43877F; }
span { border-color: rgb(67,135,127); }
td.TdClassName
{
border-color: #43877F;
}
.TagClassName
{
border-color: #43877F;
}
</style>