Shades of Cape Palliser #784C2C
Tints of Cape Palliser #784C2C
RGB
CMYK
RGB Variations
Color information
#784C2C (or 0x784C2C) is known color: Cape Palliser. HEX triplet: 78, 4C and 2C. RGB value is (120,76,44). Sum of RGB (Red+Green+Blue) = 120+76+44=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #784C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C2C is #87B3D3. Grayscale: #555555. Windows color (decimal): -8893396 or 2903160. OLE color: 2903160.
HSL color Cylindrical-coordinate representation of color #784C2C: hue angle of 25.26º 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 #784C2C is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 44 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.53 |
| HSL | 25.26º | 0.46% | 0.32% | - |
| HSV(B) | 25.26º | 0.63% | 0.47% | - |
| XYZ | 10.78 | 9.34 | 3.62 | - |
| YUV | 85.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 44 | 0 | 0.37 | 0.63 | 0.53 | 25.26 | 0.46 | 0.32 |
| Hex | 78 | 4C | 2C | 0 | 25 | 3F | 35 | 19 | 2E | 20 |
| Octal | 170 | 114 | 54 | 0 | 45 | 77 | 65 | 31 | 56 | 40 |
| Binary | 1111000 | 1001100 | 101100 | 0 | 100101 | 111111 | 110101 | 11001 | 101110 | 100000 |
Color Harmonies of #784C2C
Complementary color
Monochromatic Colors of #784C2C
Black with #784C2C
Text Example
Text Example
White with #784C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C2C; }
p { color: rgb(120,76,44); }
H1.HeaderClassName
{
color: #784C2C;
}
.AnyTagClassName
{
color: #784C2C;
}
</style>
background-color css
<style>
a { background-color: #784C2C; }
a { background-color: rgb(120,76,44); }
div.DivClassName
{
background-color: #784C2C;
}
.BgClassName
{
background-color: #784C2C;
}
</style>
border-color css
<style>
span { border-color: #784C2C; }
span { border-color: rgb(120,76,44); }
td.TdClassName
{
border-color: #784C2C;
}
.TagClassName
{
border-color: #784C2C;
}
</style>