Shades of Cape Palliser #774C31
Tints of Cape Palliser #774C31
RGB
CMYK
RGB Variations
Color information
#774C31 (or 0x774C31) is known color: Cape Palliser. HEX triplet: 77, 4C and 31. RGB value is (119,76,49). Sum of RGB (Red+Green+Blue) = 119+76+49=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #774C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C31 is #88B3CE. Grayscale: #555555. Windows color (decimal): -8958927 or 3230839. OLE color: 3230839.
HSL color Cylindrical-coordinate representation of color #774C31: hue angle of 23.14º 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 #774C31 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 49 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.53 |
| HSL | 23.14º | 0.42% | 0.33% | - |
| HSV(B) | 23.14º | 0.59% | 0.47% | - |
| XYZ | 10.75 | 9.31 | 4.14 | - |
| YUV | 85.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 49 | 0 | 0.36 | 0.59 | 0.53 | 23.14 | 0.42 | 0.33 |
| Hex | 77 | 4C | 31 | 0 | 24 | 3B | 35 | 17 | 2A | 21 |
| Octal | 167 | 114 | 61 | 0 | 44 | 73 | 65 | 27 | 52 | 41 |
| Binary | 1110111 | 1001100 | 110001 | 0 | 100100 | 111011 | 110101 | 10111 | 101010 | 100001 |
Color Harmonies of #774C31
Complementary color
Monochromatic Colors of #774C31
Black with #774C31
Text Example
Text Example
White with #774C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C31; }
p { color: rgb(119,76,49); }
H1.HeaderClassName
{
color: #774C31;
}
.AnyTagClassName
{
color: #774C31;
}
</style>
background-color css
<style>
a { background-color: #774C31; }
a { background-color: rgb(119,76,49); }
div.DivClassName
{
background-color: #774C31;
}
.BgClassName
{
background-color: #774C31;
}
</style>
border-color css
<style>
span { border-color: #774C31; }
span { border-color: rgb(119,76,49); }
td.TdClassName
{
border-color: #774C31;
}
.TagClassName
{
border-color: #774C31;
}
</style>