Shades of Cape Palliser #764A2F
Tints of Cape Palliser #764A2F
RGB
CMYK
RGB Variations
Color information
#764A2F (or 0x764A2F) is known color: Cape Palliser. HEX triplet: 76, 4A and 2F. RGB value is (118,74,47). Sum of RGB (Red+Green+Blue) = 118+74+47=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A2F is #89B5D0. Grayscale: #545454. Windows color (decimal): -9024977 or 3099254. OLE color: 3099254.
HSL color Cylindrical-coordinate representation of color #764A2F: hue angle of 22.82º 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 #764A2F is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 47 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.54 |
| HSL | 22.82º | 0.43% | 0.32% | - |
| HSV(B) | 22.82º | 0.6% | 0.46% | - |
| XYZ | 10.43 | 8.95 | 3.87 | - |
| YUV | 84.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 47 | 0 | 0.37 | 0.60 | 0.54 | 22.82 | 0.43 | 0.32 |
| Hex | 76 | 4A | 2F | 0 | 25 | 3C | 36 | 17 | 2B | 20 |
| Octal | 166 | 112 | 57 | 0 | 45 | 74 | 66 | 27 | 53 | 40 |
| Binary | 1110110 | 1001010 | 101111 | 0 | 100101 | 111100 | 110110 | 10111 | 101011 | 100000 |
Color Harmonies of #764A2F
Complementary color
Monochromatic Colors of #764A2F
Black with #764A2F
Text Example
Text Example
White with #764A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A2F; }
p { color: rgb(118,74,47); }
H1.HeaderClassName
{
color: #764A2F;
}
.AnyTagClassName
{
color: #764A2F;
}
</style>
background-color css
<style>
a { background-color: #764A2F; }
a { background-color: rgb(118,74,47); }
div.DivClassName
{
background-color: #764A2F;
}
.BgClassName
{
background-color: #764A2F;
}
</style>
border-color css
<style>
span { border-color: #764A2F; }
span { border-color: rgb(118,74,47); }
td.TdClassName
{
border-color: #764A2F;
}
.TagClassName
{
border-color: #764A2F;
}
</style>