Shades of Cape Palliser #76482C
Tints of Cape Palliser #76482C
RGB
CMYK
RGB Variations
Color information
#76482C (or 0x76482C) is known color: Cape Palliser. HEX triplet: 76, 48 and 2C. RGB value is (118,72,44). Sum of RGB (Red+Green+Blue) = 118+72+44=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76482C is #89B7D3. Grayscale: #525252. Windows color (decimal): -9025492 or 2902134. OLE color: 2902134.
HSL color Cylindrical-coordinate representation of color #76482C: hue angle of 22.7º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76482C is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 44 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.54 |
| HSL | 22.7º | 0.46% | 0.32% | - |
| HSV(B) | 22.7º | 0.63% | 0.46% | - |
| XYZ | 10.24 | 8.67 | 3.52 | - |
| YUV | 82.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 44 | 0 | 0.39 | 0.63 | 0.54 | 22.7 | 0.46 | 0.32 |
| Hex | 76 | 48 | 2C | 0 | 27 | 3F | 36 | 17 | 2E | 20 |
| Octal | 166 | 110 | 54 | 0 | 47 | 77 | 66 | 27 | 56 | 40 |
| Binary | 1110110 | 1001000 | 101100 | 0 | 100111 | 111111 | 110110 | 10111 | 101110 | 100000 |
Color Harmonies of #76482C
Complementary color
Monochromatic Colors of #76482C
Black with #76482C
Text Example
Text Example
White with #76482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76482C; }
p { color: rgb(118,72,44); }
H1.HeaderClassName
{
color: #76482C;
}
.AnyTagClassName
{
color: #76482C;
}
</style>
background-color css
<style>
a { background-color: #76482C; }
a { background-color: rgb(118,72,44); }
div.DivClassName
{
background-color: #76482C;
}
.BgClassName
{
background-color: #76482C;
}
</style>
border-color css
<style>
span { border-color: #76482C; }
span { border-color: rgb(118,72,44); }
td.TdClassName
{
border-color: #76482C;
}
.TagClassName
{
border-color: #76482C;
}
</style>