Shades of Cape Palliser #764D32
Tints of Cape Palliser #764D32
RGB
CMYK
RGB Variations
Color information
#764D32 (or 0x764D32) is known color: Cape Palliser. HEX triplet: 76, 4D and 32. RGB value is (118,77,50). Sum of RGB (Red+Green+Blue) = 118+77+50=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #764D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D32 is #89B2CD. Grayscale: #565656. Windows color (decimal): -9024206 or 3296630. OLE color: 3296630.
HSL color Cylindrical-coordinate representation of color #764D32: hue angle of 23.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764D32 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 50 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.54 |
| HSL | 23.82º | 0.4% | 0.33% | - |
| HSV(B) | 23.82º | 0.58% | 0.46% | - |
| XYZ | 10.7 | 9.39 | 4.27 | - |
| YUV | 86.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 50 | 0 | 0.35 | 0.58 | 0.54 | 23.82 | 0.4 | 0.33 |
| Hex | 76 | 4D | 32 | 0 | 23 | 3A | 36 | 18 | 28 | 21 |
| Octal | 166 | 115 | 62 | 0 | 43 | 72 | 66 | 30 | 50 | 41 |
| Binary | 1110110 | 1001101 | 110010 | 0 | 100011 | 111010 | 110110 | 11000 | 101000 | 100001 |
Color Harmonies of #764D32
Complementary color
Monochromatic Colors of #764D32
Black with #764D32
Text Example
Text Example
White with #764D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D32; }
p { color: rgb(118,77,50); }
H1.HeaderClassName
{
color: #764D32;
}
.AnyTagClassName
{
color: #764D32;
}
</style>
background-color css
<style>
a { background-color: #764D32; }
a { background-color: rgb(118,77,50); }
div.DivClassName
{
background-color: #764D32;
}
.BgClassName
{
background-color: #764D32;
}
</style>
border-color css
<style>
span { border-color: #764D32; }
span { border-color: rgb(118,77,50); }
td.TdClassName
{
border-color: #764D32;
}
.TagClassName
{
border-color: #764D32;
}
</style>