Shades of Cape Palliser #7A472E
Tints of Cape Palliser #7A472E
RGB
CMYK
RGB Variations
Color information
#7A472E (or 0x7A472E) is known color: Cape Palliser. HEX triplet: 7A, 47 and 2E. RGB value is (122,71,46). Sum of RGB (Red+Green+Blue) = 122+71+46=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A472E is #85B8D1. Grayscale: #535353. Windows color (decimal): -8763602 or 3032954. OLE color: 3032954.
HSL color Cylindrical-coordinate representation of color #7A472E: hue angle of 19.74º 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 #7A472E is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 46 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.52 |
| HSL | 19.74º | 0.45% | 0.33% | - |
| HSV(B) | 19.74º | 0.62% | 0.48% | - |
| XYZ | 10.77 | 8.84 | 3.72 | - |
| YUV | 83.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 46 | 0 | 0.42 | 0.62 | 0.52 | 19.74 | 0.45 | 0.33 |
| Hex | 7A | 47 | 2E | 0 | 2A | 3E | 34 | 14 | 2D | 21 |
| Octal | 172 | 107 | 56 | 0 | 52 | 76 | 64 | 24 | 55 | 41 |
| Binary | 1111010 | 1000111 | 101110 | 0 | 101010 | 111110 | 110100 | 10100 | 101101 | 100001 |
Color Harmonies of #7A472E
Complementary color
Monochromatic Colors of #7A472E
Black with #7A472E
Text Example
Text Example
White with #7A472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A472E; }
p { color: rgb(122,71,46); }
H1.HeaderClassName
{
color: #7A472E;
}
.AnyTagClassName
{
color: #7A472E;
}
</style>
background-color css
<style>
a { background-color: #7A472E; }
a { background-color: rgb(122,71,46); }
div.DivClassName
{
background-color: #7A472E;
}
.BgClassName
{
background-color: #7A472E;
}
</style>
border-color css
<style>
span { border-color: #7A472E; }
span { border-color: rgb(122,71,46); }
td.TdClassName
{
border-color: #7A472E;
}
.TagClassName
{
border-color: #7A472E;
}
</style>