Shades of Cape Palliser #7A482E
Tints of Cape Palliser #7A482E
RGB
CMYK
RGB Variations
Color information
#7A482E (or 0x7A482E) is known color: Cape Palliser. HEX triplet: 7A, 48 and 2E. RGB value is (122,72,46). Sum of RGB (Red+Green+Blue) = 122+72+46=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A482E is #85B7D1. Grayscale: #545454. Windows color (decimal): -8763346 or 3033210. OLE color: 3033210.
HSL color Cylindrical-coordinate representation of color #7A482E: hue angle of 20.53º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A482E is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 72 | 46 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.52 |
| HSL | 20.53º | 0.45% | 0.33% | - |
| HSV(B) | 20.53º | 0.62% | 0.48% | - |
| XYZ | 10.84 | 8.97 | 3.74 | - |
| YUV | 83.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 46 | 0 | 0.41 | 0.62 | 0.52 | 20.53 | 0.45 | 0.33 |
| Hex | 7A | 48 | 2E | 0 | 29 | 3E | 34 | 15 | 2D | 21 |
| Octal | 172 | 110 | 56 | 0 | 51 | 76 | 64 | 25 | 55 | 41 |
| Binary | 1111010 | 1001000 | 101110 | 0 | 101001 | 111110 | 110100 | 10101 | 101101 | 100001 |
Color Harmonies of #7A482E
Complementary color
Monochromatic Colors of #7A482E
Black with #7A482E
Text Example
Text Example
White with #7A482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A482E; }
p { color: rgb(122,72,46); }
H1.HeaderClassName
{
color: #7A482E;
}
.AnyTagClassName
{
color: #7A482E;
}
</style>
background-color css
<style>
a { background-color: #7A482E; }
a { background-color: rgb(122,72,46); }
div.DivClassName
{
background-color: #7A482E;
}
.BgClassName
{
background-color: #7A482E;
}
</style>
border-color css
<style>
span { border-color: #7A482E; }
span { border-color: rgb(122,72,46); }
td.TdClassName
{
border-color: #7A482E;
}
.TagClassName
{
border-color: #7A482E;
}
</style>