Shades of Cape Palliser #77482E
Tints of Cape Palliser #77482E
RGB
CMYK
RGB Variations
Color information
#77482E (or 0x77482E) is known color: Cape Palliser. HEX triplet: 77, 48 and 2E. RGB value is (119,72,46). Sum of RGB (Red+Green+Blue) = 119+72+46=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #77482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77482E is #88B7D1. Grayscale: #535353. Windows color (decimal): -8959954 or 3033207. OLE color: 3033207.
HSL color Cylindrical-coordinate representation of color #77482E: hue angle of 21.37º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77482E is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 46 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.53 |
| HSL | 21.37º | 0.44% | 0.32% | - |
| HSV(B) | 21.37º | 0.61% | 0.47% | - |
| XYZ | 10.42 | 8.75 | 3.73 | - |
| YUV | 83.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 46 | 0 | 0.39 | 0.61 | 0.53 | 21.37 | 0.44 | 0.32 |
| Hex | 77 | 48 | 2E | 0 | 27 | 3D | 35 | 15 | 2C | 20 |
| Octal | 167 | 110 | 56 | 0 | 47 | 75 | 65 | 25 | 54 | 40 |
| Binary | 1110111 | 1001000 | 101110 | 0 | 100111 | 111101 | 110101 | 10101 | 101100 | 100000 |
Color Harmonies of #77482E
Complementary color
Monochromatic Colors of #77482E
Black with #77482E
Text Example
Text Example
White with #77482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77482E; }
p { color: rgb(119,72,46); }
H1.HeaderClassName
{
color: #77482E;
}
.AnyTagClassName
{
color: #77482E;
}
</style>
background-color css
<style>
a { background-color: #77482E; }
a { background-color: rgb(119,72,46); }
div.DivClassName
{
background-color: #77482E;
}
.BgClassName
{
background-color: #77482E;
}
</style>
border-color css
<style>
span { border-color: #77482E; }
span { border-color: rgb(119,72,46); }
td.TdClassName
{
border-color: #77482E;
}
.TagClassName
{
border-color: #77482E;
}
</style>