Shades of Cape Palliser #76492F
Tints of Cape Palliser #76492F
RGB
CMYK
RGB Variations
Color information
#76492F (or 0x76492F) is known color: Cape Palliser. HEX triplet: 76, 49 and 2F. RGB value is (118,73,47). Sum of RGB (Red+Green+Blue) = 118+73+47=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #76492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76492F is #89B6D0. Grayscale: #535353. Windows color (decimal): -9025233 or 3098998. OLE color: 3098998.
HSL color Cylindrical-coordinate representation of color #76492F: hue angle of 21.97º 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 #76492F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 73 | 47 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.54 |
| HSL | 21.97º | 0.43% | 0.32% | - |
| HSV(B) | 21.97º | 0.6% | 0.46% | - |
| XYZ | 10.37 | 8.82 | 3.85 | - |
| YUV | 83.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 47 | 0 | 0.38 | 0.60 | 0.54 | 21.97 | 0.43 | 0.32 |
| Hex | 76 | 49 | 2F | 0 | 26 | 3C | 36 | 16 | 2B | 20 |
| Octal | 166 | 111 | 57 | 0 | 46 | 74 | 66 | 26 | 53 | 40 |
| Binary | 1110110 | 1001001 | 101111 | 0 | 100110 | 111100 | 110110 | 10110 | 101011 | 100000 |
Color Harmonies of #76492F
Complementary color
Monochromatic Colors of #76492F
Black with #76492F
Text Example
Text Example
White with #76492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76492F; }
p { color: rgb(118,73,47); }
H1.HeaderClassName
{
color: #76492F;
}
.AnyTagClassName
{
color: #76492F;
}
</style>
background-color css
<style>
a { background-color: #76492F; }
a { background-color: rgb(118,73,47); }
div.DivClassName
{
background-color: #76492F;
}
.BgClassName
{
background-color: #76492F;
}
</style>
border-color css
<style>
span { border-color: #76492F; }
span { border-color: rgb(118,73,47); }
td.TdClassName
{
border-color: #76492F;
}
.TagClassName
{
border-color: #76492F;
}
</style>