Shades of Cape Palliser #764C2E
Tints of Cape Palliser #764C2E
RGB
CMYK
RGB Variations
Color information
#764C2E (or 0x764C2E) is known color: Cape Palliser. HEX triplet: 76, 4C and 2E. RGB value is (118,76,46). Sum of RGB (Red+Green+Blue) = 118+76+46=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C2E is #89B3D1. Grayscale: #555555. Windows color (decimal): -9024466 or 3034230. OLE color: 3034230.
HSL color Cylindrical-coordinate representation of color #764C2E: hue angle of 25º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #764C2E is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 46 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.54 |
| HSL | 25º | 0.44% | 0.32% | - |
| HSV(B) | 25º | 0.61% | 0.46% | - |
| XYZ | 10.55 | 9.22 | 3.81 | - |
| YUV | 85.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 46 | 0 | 0.36 | 0.61 | 0.54 | 25 | 0.44 | 0.32 |
| Hex | 76 | 4C | 2E | 0 | 24 | 3D | 36 | 19 | 2C | 20 |
| Octal | 166 | 114 | 56 | 0 | 44 | 75 | 66 | 31 | 54 | 40 |
| Binary | 1110110 | 1001100 | 101110 | 0 | 100100 | 111101 | 110110 | 11001 | 101100 | 100000 |
Color Harmonies of #764C2E
Complementary color
Monochromatic Colors of #764C2E
Black with #764C2E
Text Example
Text Example
White with #764C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C2E; }
p { color: rgb(118,76,46); }
H1.HeaderClassName
{
color: #764C2E;
}
.AnyTagClassName
{
color: #764C2E;
}
</style>
background-color css
<style>
a { background-color: #764C2E; }
a { background-color: rgb(118,76,46); }
div.DivClassName
{
background-color: #764C2E;
}
.BgClassName
{
background-color: #764C2E;
}
</style>
border-color css
<style>
span { border-color: #764C2E; }
span { border-color: rgb(118,76,46); }
td.TdClassName
{
border-color: #764C2E;
}
.TagClassName
{
border-color: #764C2E;
}
</style>