Shades of Cape Palliser #764E2D
Tints of Cape Palliser #764E2D
RGB
CMYK
RGB Variations
Color information
#764E2D (or 0x764E2D) is known color: Cape Palliser. HEX triplet: 76, 4E and 2D. RGB value is (118,78,45). Sum of RGB (Red+Green+Blue) = 118+78+45=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #764E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E2D is #89B1D2. Grayscale: #565656. Windows color (decimal): -9023955 or 2969206. OLE color: 2969206.
HSL color Cylindrical-coordinate representation of color #764E2D: hue angle of 27.12º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #764E2D is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 45 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.54 |
| HSL | 27.12º | 0.45% | 0.32% | - |
| HSV(B) | 27.12º | 0.62% | 0.46% | - |
| XYZ | 10.67 | 9.49 | 3.75 | - |
| YUV | 86.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 45 | 0 | 0.34 | 0.62 | 0.54 | 27.12 | 0.45 | 0.32 |
| Hex | 76 | 4E | 2D | 0 | 22 | 3E | 36 | 1B | 2D | 20 |
| Octal | 166 | 116 | 55 | 0 | 42 | 76 | 66 | 33 | 55 | 40 |
| Binary | 1110110 | 1001110 | 101101 | 0 | 100010 | 111110 | 110110 | 11011 | 101101 | 100000 |
Color Harmonies of #764E2D
Complementary color
Monochromatic Colors of #764E2D
Black with #764E2D
Text Example
Text Example
White with #764E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E2D; }
p { color: rgb(118,78,45); }
H1.HeaderClassName
{
color: #764E2D;
}
.AnyTagClassName
{
color: #764E2D;
}
</style>
background-color css
<style>
a { background-color: #764E2D; }
a { background-color: rgb(118,78,45); }
div.DivClassName
{
background-color: #764E2D;
}
.BgClassName
{
background-color: #764E2D;
}
</style>
border-color css
<style>
span { border-color: #764E2D; }
span { border-color: rgb(118,78,45); }
td.TdClassName
{
border-color: #764E2D;
}
.TagClassName
{
border-color: #764E2D;
}
</style>