Shades of Cape Palliser #784D31
Tints of Cape Palliser #784D31
RGB
CMYK
RGB Variations
Color information
#784D31 (or 0x784D31) is known color: Cape Palliser. HEX triplet: 78, 4D and 31. RGB value is (120,77,49). Sum of RGB (Red+Green+Blue) = 120+77+49=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #784D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D31 is #87B2CE. Grayscale: #565656. Windows color (decimal): -8893135 or 3231096. OLE color: 3231096.
HSL color Cylindrical-coordinate representation of color #784D31: hue angle of 23.66º 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 #784D31 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 77 | 49 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.53 |
| HSL | 23.66º | 0.42% | 0.33% | - |
| HSV(B) | 23.66º | 0.59% | 0.47% | - |
| XYZ | 10.95 | 9.52 | 4.17 | - |
| YUV | 86.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 49 | 0 | 0.36 | 0.59 | 0.53 | 23.66 | 0.42 | 0.33 |
| Hex | 78 | 4D | 31 | 0 | 24 | 3B | 35 | 18 | 2A | 21 |
| Octal | 170 | 115 | 61 | 0 | 44 | 73 | 65 | 30 | 52 | 41 |
| Binary | 1111000 | 1001101 | 110001 | 0 | 100100 | 111011 | 110101 | 11000 | 101010 | 100001 |
Color Harmonies of #784D31
Complementary color
Monochromatic Colors of #784D31
Black with #784D31
Text Example
Text Example
White with #784D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D31; }
p { color: rgb(120,77,49); }
H1.HeaderClassName
{
color: #784D31;
}
.AnyTagClassName
{
color: #784D31;
}
</style>
background-color css
<style>
a { background-color: #784D31; }
a { background-color: rgb(120,77,49); }
div.DivClassName
{
background-color: #784D31;
}
.BgClassName
{
background-color: #784D31;
}
</style>
border-color css
<style>
span { border-color: #784D31; }
span { border-color: rgb(120,77,49); }
td.TdClassName
{
border-color: #784D31;
}
.TagClassName
{
border-color: #784D31;
}
</style>