Shades of Lochinvar #43877D
Tints of Lochinvar #43877D
RGB
CMYK
RGB Variations
Color information
#43877D (or 0x43877D) is known color: Lochinvar. HEX triplet: 43, 87 and 7D. RGB value is (67,135,125). Sum of RGB (Red+Green+Blue) = 67+135+125=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #43877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43877D is #BC7882. Grayscale: #717171. Windows color (decimal): -12351619 or 8226627. OLE color: 8226627.
HSL color Cylindrical-coordinate representation of color #43877D: hue angle of 171.18º 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 #43877D is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 135 | 125 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.47 |
| HSL | 171.18º | 0.34% | 0.4% | - |
| HSV(B) | 171.18º | 0.5% | 0.53% | - |
| XYZ | 14.68 | 20 | 22.49 | - |
| YUV | 113.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 135 | 125 | 0.50 | 0 | 0.07 | 0.47 | 171.18 | 0.34 | 0.4 |
| Hex | 43 | 87 | 7D | 32 | 0 | 7 | 2F | AB | 22 | 28 |
| Octal | 103 | 207 | 175 | 62 | 0 | 7 | 57 | 253 | 42 | 50 |
| Binary | 1000011 | 10000111 | 1111101 | 110010 | 0 | 111 | 101111 | 10101011 | 100010 | 101000 |
Color Harmonies of #43877D
Complementary color
Monochromatic Colors of #43877D
Black with #43877D
Text Example
Text Example
White with #43877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43877D; }
p { color: rgb(67,135,125); }
H1.HeaderClassName
{
color: #43877D;
}
.AnyTagClassName
{
color: #43877D;
}
</style>
background-color css
<style>
a { background-color: #43877D; }
a { background-color: rgb(67,135,125); }
div.DivClassName
{
background-color: #43877D;
}
.BgClassName
{
background-color: #43877D;
}
</style>
border-color css
<style>
span { border-color: #43877D; }
span { border-color: rgb(67,135,125); }
td.TdClassName
{
border-color: #43877D;
}
.TagClassName
{
border-color: #43877D;
}
</style>