Shades of Cape Palliser #79482A
Tints of Cape Palliser #79482A
RGB
CMYK
RGB Variations
Color information
#79482A (or 0x79482A) is known color: Cape Palliser. HEX triplet: 79, 48 and 2A. RGB value is (121,72,42). Sum of RGB (Red+Green+Blue) = 121+72+42=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #79482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79482A is #86B7D5. Grayscale: #535353. Windows color (decimal): -8828886 or 2771065. OLE color: 2771065.
HSL color Cylindrical-coordinate representation of color #79482A: hue angle of 22.78º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79482A is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 42 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.53 |
| HSL | 22.78º | 0.48% | 0.32% | - |
| HSV(B) | 22.78º | 0.65% | 0.47% | - |
| XYZ | 10.62 | 8.87 | 3.34 | - |
| YUV | 83.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 42 | 0 | 0.40 | 0.65 | 0.53 | 22.78 | 0.48 | 0.32 |
| Hex | 79 | 48 | 2A | 0 | 28 | 41 | 35 | 17 | 30 | 20 |
| Octal | 171 | 110 | 52 | 0 | 50 | 101 | 65 | 27 | 60 | 40 |
| Binary | 1111001 | 1001000 | 101010 | 0 | 101000 | 1000001 | 110101 | 10111 | 110000 | 100000 |
Color Harmonies of #79482A
Complementary color
Monochromatic Colors of #79482A
Black with #79482A
Text Example
Text Example
White with #79482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79482A; }
p { color: rgb(121,72,42); }
H1.HeaderClassName
{
color: #79482A;
}
.AnyTagClassName
{
color: #79482A;
}
</style>
background-color css
<style>
a { background-color: #79482A; }
a { background-color: rgb(121,72,42); }
div.DivClassName
{
background-color: #79482A;
}
.BgClassName
{
background-color: #79482A;
}
</style>
border-color css
<style>
span { border-color: #79482A; }
span { border-color: rgb(121,72,42); }
td.TdClassName
{
border-color: #79482A;
}
.TagClassName
{
border-color: #79482A;
}
</style>