Shades of Cape Palliser #77482A
Tints of Cape Palliser #77482A
RGB
CMYK
RGB Variations
Color information
#77482A (or 0x77482A) is known color: Cape Palliser. HEX triplet: 77, 48 and 2A. RGB value is (119,72,42). Sum of RGB (Red+Green+Blue) = 119+72+42=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77482A is #88B7D5. Grayscale: #525252. Windows color (decimal): -8959958 or 2771063. OLE color: 2771063.
HSL color Cylindrical-coordinate representation of color #77482A: hue angle of 23.38º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77482A is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 42 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.53 |
| HSL | 23.38º | 0.48% | 0.32% | - |
| HSV(B) | 23.38º | 0.65% | 0.47% | - |
| XYZ | 10.34 | 8.72 | 3.33 | - |
| YUV | 82.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 42 | 0 | 0.39 | 0.65 | 0.53 | 23.38 | 0.48 | 0.32 |
| Hex | 77 | 48 | 2A | 0 | 27 | 41 | 35 | 17 | 30 | 20 |
| Octal | 167 | 110 | 52 | 0 | 47 | 101 | 65 | 27 | 60 | 40 |
| Binary | 1110111 | 1001000 | 101010 | 0 | 100111 | 1000001 | 110101 | 10111 | 110000 | 100000 |
Color Harmonies of #77482A
Complementary color
Monochromatic Colors of #77482A
Black with #77482A
Text Example
Text Example
White with #77482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77482A; }
p { color: rgb(119,72,42); }
H1.HeaderClassName
{
color: #77482A;
}
.AnyTagClassName
{
color: #77482A;
}
</style>
background-color css
<style>
a { background-color: #77482A; }
a { background-color: rgb(119,72,42); }
div.DivClassName
{
background-color: #77482A;
}
.BgClassName
{
background-color: #77482A;
}
</style>
border-color css
<style>
span { border-color: #77482A; }
span { border-color: rgb(119,72,42); }
td.TdClassName
{
border-color: #77482A;
}
.TagClassName
{
border-color: #77482A;
}
</style>