Shades of Cape Palliser #7A492D
Tints of Cape Palliser #7A492D
RGB
CMYK
RGB Variations
Color information
#7A492D (or 0x7A492D) is known color: Cape Palliser. HEX triplet: 7A, 49 and 2D. RGB value is (122,73,45). Sum of RGB (Red+Green+Blue) = 122+73+45=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A492D is #85B6D2. Grayscale: #545454. Windows color (decimal): -8763091 or 2967930. OLE color: 2967930.
HSL color Cylindrical-coordinate representation of color #7A492D: hue angle of 21.82º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A492D is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 45 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.52 |
| HSL | 21.82º | 0.46% | 0.33% | - |
| HSV(B) | 21.82º | 0.63% | 0.48% | - |
| XYZ | 10.88 | 9.09 | 3.66 | - |
| YUV | 84.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 45 | 0 | 0.40 | 0.63 | 0.52 | 21.82 | 0.46 | 0.33 |
| Hex | 7A | 49 | 2D | 0 | 28 | 3F | 34 | 16 | 2E | 21 |
| Octal | 172 | 111 | 55 | 0 | 50 | 77 | 64 | 26 | 56 | 41 |
| Binary | 1111010 | 1001001 | 101101 | 0 | 101000 | 111111 | 110100 | 10110 | 101110 | 100001 |
Color Harmonies of #7A492D
Complementary color
Monochromatic Colors of #7A492D
Black with #7A492D
Text Example
Text Example
White with #7A492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A492D; }
p { color: rgb(122,73,45); }
H1.HeaderClassName
{
color: #7A492D;
}
.AnyTagClassName
{
color: #7A492D;
}
</style>
background-color css
<style>
a { background-color: #7A492D; }
a { background-color: rgb(122,73,45); }
div.DivClassName
{
background-color: #7A492D;
}
.BgClassName
{
background-color: #7A492D;
}
</style>
border-color css
<style>
span { border-color: #7A492D; }
span { border-color: rgb(122,73,45); }
td.TdClassName
{
border-color: #7A492D;
}
.TagClassName
{
border-color: #7A492D;
}
</style>