Shades of Cape Palliser #764B29
Tints of Cape Palliser #764B29
RGB
CMYK
RGB Variations
Color information
#764B29 (or 0x764B29) is known color: Cape Palliser. HEX triplet: 76, 4B and 29. RGB value is (118,75,41). Sum of RGB (Red+Green+Blue) = 118+75+41=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B29 is #89B4D6. Grayscale: #545454. Windows color (decimal): -9024727 or 2706294. OLE color: 2706294.
HSL color Cylindrical-coordinate representation of color #764B29: hue angle of 26.49º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764B29 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 41 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.54 |
| HSL | 26.49º | 0.48% | 0.31% | - |
| HSV(B) | 26.49º | 0.65% | 0.46% | - |
| XYZ | 10.39 | 9.04 | 3.3 | - |
| YUV | 83.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 41 | 0 | 0.36 | 0.65 | 0.54 | 26.49 | 0.48 | 0.31 |
| Hex | 76 | 4B | 29 | 0 | 24 | 41 | 36 | 1A | 30 | 1F |
| Octal | 166 | 113 | 51 | 0 | 44 | 101 | 66 | 32 | 60 | 37 |
| Binary | 1110110 | 1001011 | 101001 | 0 | 100100 | 1000001 | 110110 | 11010 | 110000 | 11111 |
Color Harmonies of #764B29
Complementary color
Monochromatic Colors of #764B29
Black with #764B29
Text Example
Text Example
White with #764B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B29; }
p { color: rgb(118,75,41); }
H1.HeaderClassName
{
color: #764B29;
}
.AnyTagClassName
{
color: #764B29;
}
</style>
background-color css
<style>
a { background-color: #764B29; }
a { background-color: rgb(118,75,41); }
div.DivClassName
{
background-color: #764B29;
}
.BgClassName
{
background-color: #764B29;
}
</style>
border-color css
<style>
span { border-color: #764B29; }
span { border-color: rgb(118,75,41); }
td.TdClassName
{
border-color: #764B29;
}
.TagClassName
{
border-color: #764B29;
}
</style>