Shades of Cape Palliser #774D31
Tints of Cape Palliser #774D31
RGB
CMYK
RGB Variations
Color information
#774D31 (or 0x774D31) is known color: Cape Palliser. HEX triplet: 77, 4D and 31. RGB value is (119,77,49). Sum of RGB (Red+Green+Blue) = 119+77+49=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #774D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D31 is #88B2CE. Grayscale: #565656. Windows color (decimal): -8958671 or 3231095. OLE color: 3231095.
HSL color Cylindrical-coordinate representation of color #774D31: hue angle of 24º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774D31 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 49 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.53 |
| HSL | 24º | 0.42% | 0.33% | - |
| HSV(B) | 24º | 0.59% | 0.47% | - |
| XYZ | 10.82 | 9.45 | 4.16 | - |
| YUV | 86.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 49 | 0 | 0.35 | 0.59 | 0.53 | 24 | 0.42 | 0.33 |
| Hex | 77 | 4D | 31 | 0 | 23 | 3B | 35 | 18 | 2A | 21 |
| Octal | 167 | 115 | 61 | 0 | 43 | 73 | 65 | 30 | 52 | 41 |
| Binary | 1110111 | 1001101 | 110001 | 0 | 100011 | 111011 | 110101 | 11000 | 101010 | 100001 |
Color Harmonies of #774D31
Complementary color
Monochromatic Colors of #774D31
Black with #774D31
Text Example
Text Example
White with #774D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D31; }
p { color: rgb(119,77,49); }
H1.HeaderClassName
{
color: #774D31;
}
.AnyTagClassName
{
color: #774D31;
}
</style>
background-color css
<style>
a { background-color: #774D31; }
a { background-color: rgb(119,77,49); }
div.DivClassName
{
background-color: #774D31;
}
.BgClassName
{
background-color: #774D31;
}
</style>
border-color css
<style>
span { border-color: #774D31; }
span { border-color: rgb(119,77,49); }
td.TdClassName
{
border-color: #774D31;
}
.TagClassName
{
border-color: #774D31;
}
</style>