Shades of Cape Palliser #78472C
Tints of Cape Palliser #78472C
RGB
CMYK
RGB Variations
Color information
#78472C (or 0x78472C) is known color: Cape Palliser. HEX triplet: 78, 47 and 2C. RGB value is (120,71,44). Sum of RGB (Red+Green+Blue) = 120+71+44=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78472C is #87B8D3. Grayscale: #525252. Windows color (decimal): -8894676 or 2901880. OLE color: 2901880.
HSL color Cylindrical-coordinate representation of color #78472C: hue angle of 21.32º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78472C is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 71 | 44 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.53 |
| HSL | 21.32º | 0.46% | 0.32% | - |
| HSV(B) | 21.32º | 0.63% | 0.47% | - |
| XYZ | 10.45 | 8.68 | 3.51 | - |
| YUV | 82.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 71 | 44 | 0 | 0.41 | 0.63 | 0.53 | 21.32 | 0.46 | 0.32 |
| Hex | 78 | 47 | 2C | 0 | 29 | 3F | 35 | 15 | 2E | 20 |
| Octal | 170 | 107 | 54 | 0 | 51 | 77 | 65 | 25 | 56 | 40 |
| Binary | 1111000 | 1000111 | 101100 | 0 | 101001 | 111111 | 110101 | 10101 | 101110 | 100000 |
Color Harmonies of #78472C
Complementary color
Monochromatic Colors of #78472C
Black with #78472C
Text Example
Text Example
White with #78472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78472C; }
p { color: rgb(120,71,44); }
H1.HeaderClassName
{
color: #78472C;
}
.AnyTagClassName
{
color: #78472C;
}
</style>
background-color css
<style>
a { background-color: #78472C; }
a { background-color: rgb(120,71,44); }
div.DivClassName
{
background-color: #78472C;
}
.BgClassName
{
background-color: #78472C;
}
</style>
border-color css
<style>
span { border-color: #78472C; }
span { border-color: rgb(120,71,44); }
td.TdClassName
{
border-color: #78472C;
}
.TagClassName
{
border-color: #78472C;
}
</style>