Shades of Cape Palliser #764A2A
Tints of Cape Palliser #764A2A
RGB
CMYK
RGB Variations
Color information
#764A2A (or 0x764A2A) is known color: Cape Palliser. HEX triplet: 76, 4A and 2A. RGB value is (118,74,42). Sum of RGB (Red+Green+Blue) = 118+74+42=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A2A is #89B5D5. Grayscale: #535353. Windows color (decimal): -9024982 or 2771574. OLE color: 2771574.
HSL color Cylindrical-coordinate representation of color #764A2A: hue angle of 25.26º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764A2A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 42 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.54 |
| HSL | 25.26º | 0.48% | 0.31% | - |
| HSV(B) | 25.26º | 0.64% | 0.46% | - |
| XYZ | 10.34 | 8.92 | 3.37 | - |
| YUV | 83.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 42 | 0 | 0.37 | 0.64 | 0.54 | 25.26 | 0.48 | 0.31 |
| Hex | 76 | 4A | 2A | 0 | 25 | 40 | 36 | 19 | 30 | 1F |
| Octal | 166 | 112 | 52 | 0 | 45 | 100 | 66 | 31 | 60 | 37 |
| Binary | 1110110 | 1001010 | 101010 | 0 | 100101 | 1000000 | 110110 | 11001 | 110000 | 11111 |
Color Harmonies of #764A2A
Complementary color
Monochromatic Colors of #764A2A
Black with #764A2A
Text Example
Text Example
White with #764A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A2A; }
p { color: rgb(118,74,42); }
H1.HeaderClassName
{
color: #764A2A;
}
.AnyTagClassName
{
color: #764A2A;
}
</style>
background-color css
<style>
a { background-color: #764A2A; }
a { background-color: rgb(118,74,42); }
div.DivClassName
{
background-color: #764A2A;
}
.BgClassName
{
background-color: #764A2A;
}
</style>
border-color css
<style>
span { border-color: #764A2A; }
span { border-color: rgb(118,74,42); }
td.TdClassName
{
border-color: #764A2A;
}
.TagClassName
{
border-color: #764A2A;
}
</style>