Shades of Cape Palliser #764A2B
Tints of Cape Palliser #764A2B
RGB
CMYK
RGB Variations
Color information
#764A2B (or 0x764A2B) is known color: Cape Palliser. HEX triplet: 76, 4A and 2B. RGB value is (118,74,43). Sum of RGB (Red+Green+Blue) = 118+74+43=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A2B is #89B5D4. Grayscale: #535353. Windows color (decimal): -9024981 or 2837110. OLE color: 2837110.
HSL color Cylindrical-coordinate representation of color #764A2B: hue angle of 24.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764A2B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 43 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.54 |
| HSL | 24.8º | 0.47% | 0.32% | - |
| HSV(B) | 24.8º | 0.64% | 0.46% | - |
| XYZ | 10.36 | 8.92 | 3.46 | - |
| YUV | 83.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 43 | 0 | 0.37 | 0.64 | 0.54 | 24.8 | 0.47 | 0.32 |
| Hex | 76 | 4A | 2B | 0 | 25 | 40 | 36 | 19 | 2F | 20 |
| Octal | 166 | 112 | 53 | 0 | 45 | 100 | 66 | 31 | 57 | 40 |
| Binary | 1110110 | 1001010 | 101011 | 0 | 100101 | 1000000 | 110110 | 11001 | 101111 | 100000 |
Color Harmonies of #764A2B
Complementary color
Monochromatic Colors of #764A2B
Black with #764A2B
Text Example
Text Example
White with #764A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A2B; }
p { color: rgb(118,74,43); }
H1.HeaderClassName
{
color: #764A2B;
}
.AnyTagClassName
{
color: #764A2B;
}
</style>
background-color css
<style>
a { background-color: #764A2B; }
a { background-color: rgb(118,74,43); }
div.DivClassName
{
background-color: #764A2B;
}
.BgClassName
{
background-color: #764A2B;
}
</style>
border-color css
<style>
span { border-color: #764A2B; }
span { border-color: rgb(118,74,43); }
td.TdClassName
{
border-color: #764A2B;
}
.TagClassName
{
border-color: #764A2B;
}
</style>