Shades of Cape Palliser #774D34
Tints of Cape Palliser #774D34
RGB
CMYK
RGB Variations
Color information
#774D34 (or 0x774D34) is known color: Cape Palliser. HEX triplet: 77, 4D and 34. RGB value is (119,77,52). Sum of RGB (Red+Green+Blue) = 119+77+52=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #774D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D34 is #88B2CB. Grayscale: #565656. Windows color (decimal): -8958668 or 3427703. OLE color: 3427703.
HSL color Cylindrical-coordinate representation of color #774D34: hue angle of 22.39º 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 #774D34 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 52 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.53 |
| HSL | 22.39º | 0.39% | 0.34% | - |
| HSV(B) | 22.39º | 0.56% | 0.47% | - |
| XYZ | 10.88 | 9.48 | 4.5 | - |
| YUV | 86.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 52 | 0 | 0.35 | 0.56 | 0.53 | 22.39 | 0.39 | 0.34 |
| Hex | 77 | 4D | 34 | 0 | 23 | 38 | 35 | 16 | 27 | 22 |
| Octal | 167 | 115 | 64 | 0 | 43 | 70 | 65 | 26 | 47 | 42 |
| Binary | 1110111 | 1001101 | 110100 | 0 | 100011 | 111000 | 110101 | 10110 | 100111 | 100010 |
Color Harmonies of #774D34
Complementary color
Monochromatic Colors of #774D34
Black with #774D34
Text Example
Text Example
White with #774D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D34; }
p { color: rgb(119,77,52); }
H1.HeaderClassName
{
color: #774D34;
}
.AnyTagClassName
{
color: #774D34;
}
</style>
background-color css
<style>
a { background-color: #774D34; }
a { background-color: rgb(119,77,52); }
div.DivClassName
{
background-color: #774D34;
}
.BgClassName
{
background-color: #774D34;
}
</style>
border-color css
<style>
span { border-color: #774D34; }
span { border-color: rgb(119,77,52); }
td.TdClassName
{
border-color: #774D34;
}
.TagClassName
{
border-color: #774D34;
}
</style>