Shades of Cape Palliser #7C482D
Tints of Cape Palliser #7C482D
RGB
CMYK
RGB Variations
Color information
#7C482D (or 0x7C482D) is known color: Cape Palliser. HEX triplet: 7C, 48 and 2D. RGB value is (124,72,45). Sum of RGB (Red+Green+Blue) = 124+72+45=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C482D is #83B7D2. Grayscale: #545454. Windows color (decimal): -8632275 or 2967676. OLE color: 2967676.
HSL color Cylindrical-coordinate representation of color #7C482D: hue angle of 20.51º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C482D is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 45 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.51 |
| HSL | 20.51º | 0.47% | 0.33% | - |
| HSV(B) | 20.51º | 0.64% | 0.49% | - |
| XYZ | 11.1 | 9.11 | 3.66 | - |
| YUV | 84.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 45 | 0 | 0.42 | 0.64 | 0.51 | 20.51 | 0.47 | 0.33 |
| Hex | 7C | 48 | 2D | 0 | 2A | 40 | 33 | 15 | 2F | 21 |
| Octal | 174 | 110 | 55 | 0 | 52 | 100 | 63 | 25 | 57 | 41 |
| Binary | 1111100 | 1001000 | 101101 | 0 | 101010 | 1000000 | 110011 | 10101 | 101111 | 100001 |
Color Harmonies of #7C482D
Complementary color
Monochromatic Colors of #7C482D
Black with #7C482D
Text Example
Text Example
White with #7C482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C482D; }
p { color: rgb(124,72,45); }
H1.HeaderClassName
{
color: #7C482D;
}
.AnyTagClassName
{
color: #7C482D;
}
</style>
background-color css
<style>
a { background-color: #7C482D; }
a { background-color: rgb(124,72,45); }
div.DivClassName
{
background-color: #7C482D;
}
.BgClassName
{
background-color: #7C482D;
}
</style>
border-color css
<style>
span { border-color: #7C482D; }
span { border-color: rgb(124,72,45); }
td.TdClassName
{
border-color: #7C482D;
}
.TagClassName
{
border-color: #7C482D;
}
</style>