Shades of Cape Palliser #764C2C
Tints of Cape Palliser #764C2C
RGB
CMYK
RGB Variations
Color information
#764C2C (or 0x764C2C) is known color: Cape Palliser. HEX triplet: 76, 4C and 2C. RGB value is (118,76,44). Sum of RGB (Red+Green+Blue) = 118+76+44=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C2C is #89B3D3. Grayscale: #555555. Windows color (decimal): -9024468 or 2903158. OLE color: 2903158.
HSL color Cylindrical-coordinate representation of color #764C2C: hue angle of 25.95º 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 #764C2C is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 44 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.54 |
| HSL | 25.95º | 0.46% | 0.32% | - |
| HSV(B) | 25.95º | 0.63% | 0.46% | - |
| XYZ | 10.51 | 9.2 | 3.61 | - |
| YUV | 84.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 44 | 0 | 0.36 | 0.63 | 0.54 | 25.95 | 0.46 | 0.32 |
| Hex | 76 | 4C | 2C | 0 | 24 | 3F | 36 | 1A | 2E | 20 |
| Octal | 166 | 114 | 54 | 0 | 44 | 77 | 66 | 32 | 56 | 40 |
| Binary | 1110110 | 1001100 | 101100 | 0 | 100100 | 111111 | 110110 | 11010 | 101110 | 100000 |
Color Harmonies of #764C2C
Complementary color
Monochromatic Colors of #764C2C
Black with #764C2C
Text Example
Text Example
White with #764C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C2C; }
p { color: rgb(118,76,44); }
H1.HeaderClassName
{
color: #764C2C;
}
.AnyTagClassName
{
color: #764C2C;
}
</style>
background-color css
<style>
a { background-color: #764C2C; }
a { background-color: rgb(118,76,44); }
div.DivClassName
{
background-color: #764C2C;
}
.BgClassName
{
background-color: #764C2C;
}
</style>
border-color css
<style>
span { border-color: #764C2C; }
span { border-color: rgb(118,76,44); }
td.TdClassName
{
border-color: #764C2C;
}
.TagClassName
{
border-color: #764C2C;
}
</style>