Shades of Cape Palliser #764E31
Tints of Cape Palliser #764E31
RGB
CMYK
RGB Variations
Color information
#764E31 (or 0x764E31) is known color: Cape Palliser. HEX triplet: 76, 4E and 31. RGB value is (118,78,49). Sum of RGB (Red+Green+Blue) = 118+78+49=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #764E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E31 is #89B1CE. Grayscale: #565656. Windows color (decimal): -9023951 or 3231350. OLE color: 3231350.
HSL color Cylindrical-coordinate representation of color #764E31: hue angle of 25.22º degrees, saturation: 0.41, 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 #764E31 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 49 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.54 |
| HSL | 25.22º | 0.41% | 0.33% | - |
| HSV(B) | 25.22º | 0.58% | 0.46% | - |
| XYZ | 10.75 | 9.52 | 4.18 | - |
| YUV | 86.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 49 | 0 | 0.34 | 0.58 | 0.54 | 25.22 | 0.41 | 0.33 |
| Hex | 76 | 4E | 31 | 0 | 22 | 3A | 36 | 19 | 29 | 21 |
| Octal | 166 | 116 | 61 | 0 | 42 | 72 | 66 | 31 | 51 | 41 |
| Binary | 1110110 | 1001110 | 110001 | 0 | 100010 | 111010 | 110110 | 11001 | 101001 | 100001 |
Color Harmonies of #764E31
Complementary color
Monochromatic Colors of #764E31
Black with #764E31
Text Example
Text Example
White with #764E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E31; }
p { color: rgb(118,78,49); }
H1.HeaderClassName
{
color: #764E31;
}
.AnyTagClassName
{
color: #764E31;
}
</style>
background-color css
<style>
a { background-color: #764E31; }
a { background-color: rgb(118,78,49); }
div.DivClassName
{
background-color: #764E31;
}
.BgClassName
{
background-color: #764E31;
}
</style>
border-color css
<style>
span { border-color: #764E31; }
span { border-color: rgb(118,78,49); }
td.TdClassName
{
border-color: #764E31;
}
.TagClassName
{
border-color: #764E31;
}
</style>