Shades of Cape Palliser #764D2C
Tints of Cape Palliser #764D2C
RGB
CMYK
RGB Variations
Color information
#764D2C (or 0x764D2C) is known color: Cape Palliser. HEX triplet: 76, 4D and 2C. RGB value is (118,77,44). Sum of RGB (Red+Green+Blue) = 118+77+44=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D2C is #89B2D3. Grayscale: #555555. Windows color (decimal): -9024212 or 2903414. OLE color: 2903414.
HSL color Cylindrical-coordinate representation of color #764D2C: hue angle of 26.76º 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 #764D2C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 44 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.54 |
| HSL | 26.76º | 0.46% | 0.32% | - |
| HSV(B) | 26.76º | 0.63% | 0.46% | - |
| XYZ | 10.58 | 9.34 | 3.63 | - |
| YUV | 85.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 44 | 0 | 0.35 | 0.63 | 0.54 | 26.76 | 0.46 | 0.32 |
| Hex | 76 | 4D | 2C | 0 | 23 | 3F | 36 | 1B | 2E | 20 |
| Octal | 166 | 115 | 54 | 0 | 43 | 77 | 66 | 33 | 56 | 40 |
| Binary | 1110110 | 1001101 | 101100 | 0 | 100011 | 111111 | 110110 | 11011 | 101110 | 100000 |
Color Harmonies of #764D2C
Complementary color
Monochromatic Colors of #764D2C
Black with #764D2C
Text Example
Text Example
White with #764D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D2C; }
p { color: rgb(118,77,44); }
H1.HeaderClassName
{
color: #764D2C;
}
.AnyTagClassName
{
color: #764D2C;
}
</style>
background-color css
<style>
a { background-color: #764D2C; }
a { background-color: rgb(118,77,44); }
div.DivClassName
{
background-color: #764D2C;
}
.BgClassName
{
background-color: #764D2C;
}
</style>
border-color css
<style>
span { border-color: #764D2C; }
span { border-color: rgb(118,77,44); }
td.TdClassName
{
border-color: #764D2C;
}
.TagClassName
{
border-color: #764D2C;
}
</style>