Shades of Cape Palliser #764E2F
Tints of Cape Palliser #764E2F
RGB
CMYK
RGB Variations
Color information
#764E2F (or 0x764E2F) is known color: Cape Palliser. HEX triplet: 76, 4E and 2F. RGB value is (118,78,47). Sum of RGB (Red+Green+Blue) = 118+78+47=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #764E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E2F is #89B1D0. Grayscale: #565656. Windows color (decimal): -9023953 or 3100278. OLE color: 3100278.
HSL color Cylindrical-coordinate representation of color #764E2F: hue angle of 26.2º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764E2F is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 47 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.54 |
| HSL | 26.2º | 0.43% | 0.32% | - |
| HSV(B) | 26.2º | 0.6% | 0.46% | - |
| XYZ | 10.71 | 9.51 | 3.96 | - |
| YUV | 86.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 47 | 0 | 0.34 | 0.60 | 0.54 | 26.2 | 0.43 | 0.32 |
| Hex | 76 | 4E | 2F | 0 | 22 | 3C | 36 | 1A | 2B | 20 |
| Octal | 166 | 116 | 57 | 0 | 42 | 74 | 66 | 32 | 53 | 40 |
| Binary | 1110110 | 1001110 | 101111 | 0 | 100010 | 111100 | 110110 | 11010 | 101011 | 100000 |
Color Harmonies of #764E2F
Complementary color
Monochromatic Colors of #764E2F
Black with #764E2F
Text Example
Text Example
White with #764E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E2F; }
p { color: rgb(118,78,47); }
H1.HeaderClassName
{
color: #764E2F;
}
.AnyTagClassName
{
color: #764E2F;
}
</style>
background-color css
<style>
a { background-color: #764E2F; }
a { background-color: rgb(118,78,47); }
div.DivClassName
{
background-color: #764E2F;
}
.BgClassName
{
background-color: #764E2F;
}
</style>
border-color css
<style>
span { border-color: #764E2F; }
span { border-color: rgb(118,78,47); }
td.TdClassName
{
border-color: #764E2F;
}
.TagClassName
{
border-color: #764E2F;
}
</style>