Shades of Cape Palliser #764E2C
Tints of Cape Palliser #764E2C
RGB
CMYK
RGB Variations
Color information
#764E2C (or 0x764E2C) is known color: Cape Palliser. HEX triplet: 76, 4E and 2C. RGB value is (118,78,44). Sum of RGB (Red+Green+Blue) = 118+78+44=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E2C is #89B1D3. Grayscale: #565656. Windows color (decimal): -9023956 or 2903670. OLE color: 2903670.
HSL color Cylindrical-coordinate representation of color #764E2C: hue angle of 27.57º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #764E2C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 44 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.54 |
| HSL | 27.57º | 0.46% | 0.32% | - |
| HSV(B) | 27.57º | 0.63% | 0.46% | - |
| XYZ | 10.65 | 9.48 | 3.65 | - |
| YUV | 86.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 44 | 0 | 0.34 | 0.63 | 0.54 | 27.57 | 0.46 | 0.32 |
| Hex | 76 | 4E | 2C | 0 | 22 | 3F | 36 | 1C | 2E | 20 |
| Octal | 166 | 116 | 54 | 0 | 42 | 77 | 66 | 34 | 56 | 40 |
| Binary | 1110110 | 1001110 | 101100 | 0 | 100010 | 111111 | 110110 | 11100 | 101110 | 100000 |
Color Harmonies of #764E2C
Complementary color
Monochromatic Colors of #764E2C
Black with #764E2C
Text Example
Text Example
White with #764E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E2C; }
p { color: rgb(118,78,44); }
H1.HeaderClassName
{
color: #764E2C;
}
.AnyTagClassName
{
color: #764E2C;
}
</style>
background-color css
<style>
a { background-color: #764E2C; }
a { background-color: rgb(118,78,44); }
div.DivClassName
{
background-color: #764E2C;
}
.BgClassName
{
background-color: #764E2C;
}
</style>
border-color css
<style>
span { border-color: #764E2C; }
span { border-color: rgb(118,78,44); }
td.TdClassName
{
border-color: #764E2C;
}
.TagClassName
{
border-color: #764E2C;
}
</style>