Shades of Lochinvar #48877A
Tints of Lochinvar #48877A
RGB
CMYK
RGB Variations
Color information
#48877A (or 0x48877A) is known color: Lochinvar. HEX triplet: 48, 87 and 7A. RGB value is (72,135,122). Sum of RGB (Red+Green+Blue) = 72+135+122=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #48877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48877A is #B77885. Grayscale: #727272. Windows color (decimal): -12023942 or 8030024. OLE color: 8030024.
HSL color Cylindrical-coordinate representation of color #48877A: hue angle of 167.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48877A is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 135 | 122 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.47 |
| HSL | 167.62º | 0.3% | 0.41% | - |
| HSV(B) | 167.62º | 0.47% | 0.53% | - |
| XYZ | 14.85 | 20.11 | 21.51 | - |
| YUV | 114.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 122 | 0.47 | 0 | 0.10 | 0.47 | 167.62 | 0.3 | 0.41 |
| Hex | 48 | 87 | 7A | 2F | 0 | A | 2F | A8 | 1E | 29 |
| Octal | 110 | 207 | 172 | 57 | 0 | 12 | 57 | 250 | 36 | 51 |
| Binary | 1001000 | 10000111 | 1111010 | 101111 | 0 | 1010 | 101111 | 10101000 | 11110 | 101001 |
Color Harmonies of #48877A
Complementary color
Monochromatic Colors of #48877A
Black with #48877A
Text Example
Text Example
White with #48877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48877A; }
p { color: rgb(72,135,122); }
H1.HeaderClassName
{
color: #48877A;
}
.AnyTagClassName
{
color: #48877A;
}
</style>
background-color css
<style>
a { background-color: #48877A; }
a { background-color: rgb(72,135,122); }
div.DivClassName
{
background-color: #48877A;
}
.BgClassName
{
background-color: #48877A;
}
</style>
border-color css
<style>
span { border-color: #48877A; }
span { border-color: rgb(72,135,122); }
td.TdClassName
{
border-color: #48877A;
}
.TagClassName
{
border-color: #48877A;
}
</style>