Shades of Cape Palliser #764C30
Tints of Cape Palliser #764C30
RGB
CMYK
RGB Variations
Color information
#764C30 (or 0x764C30) is known color: Cape Palliser. HEX triplet: 76, 4C and 30. RGB value is (118,76,48). Sum of RGB (Red+Green+Blue) = 118+76+48=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #764C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C30 is #89B3CF. Grayscale: #555555. Windows color (decimal): -9024464 or 3165302. OLE color: 3165302.
HSL color Cylindrical-coordinate representation of color #764C30: hue angle of 24º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764C30 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 48 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.54 |
| HSL | 24º | 0.42% | 0.33% | - |
| HSV(B) | 24º | 0.59% | 0.46% | - |
| XYZ | 10.59 | 9.23 | 4.02 | - |
| YUV | 85.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 48 | 0 | 0.36 | 0.59 | 0.54 | 24 | 0.42 | 0.33 |
| Hex | 76 | 4C | 30 | 0 | 24 | 3B | 36 | 18 | 2A | 21 |
| Octal | 166 | 114 | 60 | 0 | 44 | 73 | 66 | 30 | 52 | 41 |
| Binary | 1110110 | 1001100 | 110000 | 0 | 100100 | 111011 | 110110 | 11000 | 101010 | 100001 |
Color Harmonies of #764C30
Complementary color
Monochromatic Colors of #764C30
Black with #764C30
Text Example
Text Example
White with #764C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C30; }
p { color: rgb(118,76,48); }
H1.HeaderClassName
{
color: #764C30;
}
.AnyTagClassName
{
color: #764C30;
}
</style>
background-color css
<style>
a { background-color: #764C30; }
a { background-color: rgb(118,76,48); }
div.DivClassName
{
background-color: #764C30;
}
.BgClassName
{
background-color: #764C30;
}
</style>
border-color css
<style>
span { border-color: #764C30; }
span { border-color: rgb(118,76,48); }
td.TdClassName
{
border-color: #764C30;
}
.TagClassName
{
border-color: #764C30;
}
</style>