Shades of Cape Palliser #7C4B31
Tints of Cape Palliser #7C4B31
RGB
CMYK
RGB Variations
Color information
#7C4B31 (or 0x7C4B31) is known color: Cape Palliser. HEX triplet: 7C, 4B and 31. RGB value is (124,75,49). Sum of RGB (Red+Green+Blue) = 124+75+49=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4B31 is #83B4CE. Grayscale: #565656. Windows color (decimal): -8631503 or 3230588. OLE color: 3230588.
HSL color Cylindrical-coordinate representation of color #7C4B31: hue angle of 20.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C4B31 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 75 | 49 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.51 |
| HSL | 20.8º | 0.43% | 0.34% | - |
| HSV(B) | 20.8º | 0.6% | 0.49% | - |
| XYZ | 11.38 | 9.54 | 4.15 | - |
| YUV | 86.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 49 | 0 | 0.40 | 0.60 | 0.51 | 20.8 | 0.43 | 0.34 |
| Hex | 7C | 4B | 31 | 0 | 28 | 3C | 33 | 15 | 2B | 22 |
| Octal | 174 | 113 | 61 | 0 | 50 | 74 | 63 | 25 | 53 | 42 |
| Binary | 1111100 | 1001011 | 110001 | 0 | 101000 | 111100 | 110011 | 10101 | 101011 | 100010 |
Color Harmonies of #7C4B31
Complementary color
Monochromatic Colors of #7C4B31
Black with #7C4B31
Text Example
Text Example
White with #7C4B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4B31; }
p { color: rgb(124,75,49); }
H1.HeaderClassName
{
color: #7C4B31;
}
.AnyTagClassName
{
color: #7C4B31;
}
</style>
background-color css
<style>
a { background-color: #7C4B31; }
a { background-color: rgb(124,75,49); }
div.DivClassName
{
background-color: #7C4B31;
}
.BgClassName
{
background-color: #7C4B31;
}
</style>
border-color css
<style>
span { border-color: #7C4B31; }
span { border-color: rgb(124,75,49); }
td.TdClassName
{
border-color: #7C4B31;
}
.TagClassName
{
border-color: #7C4B31;
}
</style>