Shades of Cape Palliser #7A4932
Tints of Cape Palliser #7A4932
RGB
CMYK
RGB Variations
Color information
#7A4932 (or 0x7A4932) is known color: Cape Palliser. HEX triplet: 7A, 49 and 32. RGB value is (122,73,50). Sum of RGB (Red+Green+Blue) = 122+73+50=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4932 is #85B6CD. Grayscale: #555555. Windows color (decimal): -8763086 or 3295610. OLE color: 3295610.
HSL color Cylindrical-coordinate representation of color #7A4932: hue angle of 19.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A4932 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 50 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.52 |
| HSL | 19.17º | 0.42% | 0.34% | - |
| HSV(B) | 19.17º | 0.59% | 0.48% | - |
| XYZ | 10.98 | 9.13 | 4.2 | - |
| YUV | 85.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 50 | 0 | 0.40 | 0.59 | 0.52 | 19.17 | 0.42 | 0.34 |
| Hex | 7A | 49 | 32 | 0 | 28 | 3B | 34 | 13 | 2A | 22 |
| Octal | 172 | 111 | 62 | 0 | 50 | 73 | 64 | 23 | 52 | 42 |
| Binary | 1111010 | 1001001 | 110010 | 0 | 101000 | 111011 | 110100 | 10011 | 101010 | 100010 |
Color Harmonies of #7A4932
Complementary color
Monochromatic Colors of #7A4932
Black with #7A4932
Text Example
Text Example
White with #7A4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4932; }
p { color: rgb(122,73,50); }
H1.HeaderClassName
{
color: #7A4932;
}
.AnyTagClassName
{
color: #7A4932;
}
</style>
background-color css
<style>
a { background-color: #7A4932; }
a { background-color: rgb(122,73,50); }
div.DivClassName
{
background-color: #7A4932;
}
.BgClassName
{
background-color: #7A4932;
}
</style>
border-color css
<style>
span { border-color: #7A4932; }
span { border-color: rgb(122,73,50); }
td.TdClassName
{
border-color: #7A4932;
}
.TagClassName
{
border-color: #7A4932;
}
</style>