Shades of Cape Palliser #764B32
Tints of Cape Palliser #764B32
RGB
CMYK
RGB Variations
Color information
#764B32 (or 0x764B32) is known color: Cape Palliser. HEX triplet: 76, 4B and 32. RGB value is (118,75,50). Sum of RGB (Red+Green+Blue) = 118+75+50=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #764B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B32 is #89B4CD. Grayscale: #555555. Windows color (decimal): -9024718 or 3296118. OLE color: 3296118.
HSL color Cylindrical-coordinate representation of color #764B32: hue angle of 22.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764B32 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 50 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.54 |
| HSL | 22.06º | 0.4% | 0.33% | - |
| HSV(B) | 22.06º | 0.58% | 0.46% | - |
| XYZ | 10.56 | 9.11 | 4.22 | - |
| YUV | 85.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 50 | 0 | 0.36 | 0.58 | 0.54 | 22.06 | 0.4 | 0.33 |
| Hex | 76 | 4B | 32 | 0 | 24 | 3A | 36 | 16 | 28 | 21 |
| Octal | 166 | 113 | 62 | 0 | 44 | 72 | 66 | 26 | 50 | 41 |
| Binary | 1110110 | 1001011 | 110010 | 0 | 100100 | 111010 | 110110 | 10110 | 101000 | 100001 |
Color Harmonies of #764B32
Complementary color
Monochromatic Colors of #764B32
Black with #764B32
Text Example
Text Example
White with #764B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B32; }
p { color: rgb(118,75,50); }
H1.HeaderClassName
{
color: #764B32;
}
.AnyTagClassName
{
color: #764B32;
}
</style>
background-color css
<style>
a { background-color: #764B32; }
a { background-color: rgb(118,75,50); }
div.DivClassName
{
background-color: #764B32;
}
.BgClassName
{
background-color: #764B32;
}
</style>
border-color css
<style>
span { border-color: #764B32; }
span { border-color: rgb(118,75,50); }
td.TdClassName
{
border-color: #764B32;
}
.TagClassName
{
border-color: #764B32;
}
</style>