Shades of Cape Palliser #78492F
Tints of Cape Palliser #78492F
RGB
CMYK
RGB Variations
Color information
#78492F (or 0x78492F) is known color: Cape Palliser. HEX triplet: 78, 49 and 2F. RGB value is (120,73,47). Sum of RGB (Red+Green+Blue) = 120+73+47=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #78492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78492F is #87B6D0. Grayscale: #545454. Windows color (decimal): -8894161 or 3099000. OLE color: 3099000.
HSL color Cylindrical-coordinate representation of color #78492F: hue angle of 21.37º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78492F is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 73 | 47 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.53 |
| HSL | 21.37º | 0.44% | 0.33% | - |
| HSV(B) | 21.37º | 0.61% | 0.47% | - |
| XYZ | 10.64 | 8.96 | 3.86 | - |
| YUV | 84.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 47 | 0 | 0.39 | 0.61 | 0.53 | 21.37 | 0.44 | 0.33 |
| Hex | 78 | 49 | 2F | 0 | 27 | 3D | 35 | 15 | 2C | 21 |
| Octal | 170 | 111 | 57 | 0 | 47 | 75 | 65 | 25 | 54 | 41 |
| Binary | 1111000 | 1001001 | 101111 | 0 | 100111 | 111101 | 110101 | 10101 | 101100 | 100001 |
Color Harmonies of #78492F
Complementary color
Monochromatic Colors of #78492F
Black with #78492F
Text Example
Text Example
White with #78492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78492F; }
p { color: rgb(120,73,47); }
H1.HeaderClassName
{
color: #78492F;
}
.AnyTagClassName
{
color: #78492F;
}
</style>
background-color css
<style>
a { background-color: #78492F; }
a { background-color: rgb(120,73,47); }
div.DivClassName
{
background-color: #78492F;
}
.BgClassName
{
background-color: #78492F;
}
</style>
border-color css
<style>
span { border-color: #78492F; }
span { border-color: rgb(120,73,47); }
td.TdClassName
{
border-color: #78492F;
}
.TagClassName
{
border-color: #78492F;
}
</style>