Shades of Cape Palliser #774C34
Tints of Cape Palliser #774C34
RGB
CMYK
RGB Variations
Color information
#774C34 (or 0x774C34) is known color: Cape Palliser. HEX triplet: 77, 4C and 34. RGB value is (119,76,52). Sum of RGB (Red+Green+Blue) = 119+76+52=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #774C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C34 is #88B3CB. Grayscale: #565656. Windows color (decimal): -8958924 or 3427447. OLE color: 3427447.
HSL color Cylindrical-coordinate representation of color #774C34: hue angle of 21.49º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774C34 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 52 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.53 |
| HSL | 21.49º | 0.39% | 0.34% | - |
| HSV(B) | 21.49º | 0.56% | 0.47% | - |
| XYZ | 10.81 | 9.34 | 4.48 | - |
| YUV | 86.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 52 | 0 | 0.36 | 0.56 | 0.53 | 21.49 | 0.39 | 0.34 |
| Hex | 77 | 4C | 34 | 0 | 24 | 38 | 35 | 15 | 27 | 22 |
| Octal | 167 | 114 | 64 | 0 | 44 | 70 | 65 | 25 | 47 | 42 |
| Binary | 1110111 | 1001100 | 110100 | 0 | 100100 | 111000 | 110101 | 10101 | 100111 | 100010 |
Color Harmonies of #774C34
Complementary color
Monochromatic Colors of #774C34
Black with #774C34
Text Example
Text Example
White with #774C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C34; }
p { color: rgb(119,76,52); }
H1.HeaderClassName
{
color: #774C34;
}
.AnyTagClassName
{
color: #774C34;
}
</style>
background-color css
<style>
a { background-color: #774C34; }
a { background-color: rgb(119,76,52); }
div.DivClassName
{
background-color: #774C34;
}
.BgClassName
{
background-color: #774C34;
}
</style>
border-color css
<style>
span { border-color: #774C34; }
span { border-color: rgb(119,76,52); }
td.TdClassName
{
border-color: #774C34;
}
.TagClassName
{
border-color: #774C34;
}
</style>