Shades of Buccaneer #764E47
Tints of Buccaneer #764E47
RGB
CMYK
RGB Variations
Color information
#764E47 (or 0x764E47) is known color: Buccaneer. HEX triplet: 76, 4E and 47. RGB value is (118,78,71). Sum of RGB (Red+Green+Blue) = 118+78+71=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E47 is #89B1B8. Grayscale: #595959. Windows color (decimal): -9023929 or 4673142. OLE color: 4673142.
HSL color Cylindrical-coordinate representation of color #764E47: hue angle of 8.94º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764E47 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 71 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.54 |
| HSL | 8.94º | 0.25% | 0.37% | - |
| HSV(B) | 8.94º | 0.4% | 0.46% | - |
| XYZ | 11.33 | 9.76 | 7.25 | - |
| YUV | 89.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 71 | 0 | 0.34 | 0.40 | 0.54 | 8.94 | 0.25 | 0.37 |
| Hex | 76 | 4E | 47 | 0 | 22 | 28 | 36 | 9 | 19 | 25 |
| Octal | 166 | 116 | 107 | 0 | 42 | 50 | 66 | 11 | 31 | 45 |
| Binary | 1110110 | 1001110 | 1000111 | 0 | 100010 | 101000 | 110110 | 1001 | 11001 | 100101 |
Color Harmonies of #764E47
Complementary color
Monochromatic Colors of #764E47
Black with #764E47
Text Example
Text Example
White with #764E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E47; }
p { color: rgb(118,78,71); }
H1.HeaderClassName
{
color: #764E47;
}
.AnyTagClassName
{
color: #764E47;
}
</style>
background-color css
<style>
a { background-color: #764E47; }
a { background-color: rgb(118,78,71); }
div.DivClassName
{
background-color: #764E47;
}
.BgClassName
{
background-color: #764E47;
}
</style>
border-color css
<style>
span { border-color: #764E47; }
span { border-color: rgb(118,78,71); }
td.TdClassName
{
border-color: #764E47;
}
.TagClassName
{
border-color: #764E47;
}
</style>