Shades of Cape Palliser #7C482E
Tints of Cape Palliser #7C482E
RGB
CMYK
RGB Variations
Color information
#7C482E (or 0x7C482E) is known color: Cape Palliser. HEX triplet: 7C, 48 and 2E. RGB value is (124,72,46). Sum of RGB (Red+Green+Blue) = 124+72+46=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C482E is #83B7D1. Grayscale: #545454. Windows color (decimal): -8632274 or 3033212. OLE color: 3033212.
HSL color Cylindrical-coordinate representation of color #7C482E: hue angle of 20º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C482E is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 46 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.51 |
| HSL | 20º | 0.46% | 0.33% | - |
| HSV(B) | 20º | 0.63% | 0.49% | - |
| XYZ | 11.12 | 9.12 | 3.76 | - |
| YUV | 84.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 46 | 0 | 0.42 | 0.63 | 0.51 | 20 | 0.46 | 0.33 |
| Hex | 7C | 48 | 2E | 0 | 2A | 3F | 33 | 14 | 2E | 21 |
| Octal | 174 | 110 | 56 | 0 | 52 | 77 | 63 | 24 | 56 | 41 |
| Binary | 1111100 | 1001000 | 101110 | 0 | 101010 | 111111 | 110011 | 10100 | 101110 | 100001 |
Color Harmonies of #7C482E
Complementary color
Monochromatic Colors of #7C482E
Black with #7C482E
Text Example
Text Example
White with #7C482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C482E; }
p { color: rgb(124,72,46); }
H1.HeaderClassName
{
color: #7C482E;
}
.AnyTagClassName
{
color: #7C482E;
}
</style>
background-color css
<style>
a { background-color: #7C482E; }
a { background-color: rgb(124,72,46); }
div.DivClassName
{
background-color: #7C482E;
}
.BgClassName
{
background-color: #7C482E;
}
</style>
border-color css
<style>
span { border-color: #7C482E; }
span { border-color: rgb(124,72,46); }
td.TdClassName
{
border-color: #7C482E;
}
.TagClassName
{
border-color: #7C482E;
}
</style>