Shades of Buccaneer #764E48
Tints of Buccaneer #764E48
RGB
CMYK
RGB Variations
Color information
#764E48 (or 0x764E48) is known color: Buccaneer. HEX triplet: 76, 4E and 48. RGB value is (118,78,72). Sum of RGB (Red+Green+Blue) = 118+78+72=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E48 is #89B1B7. Grayscale: #595959. Windows color (decimal): -9023928 or 4738678. OLE color: 4738678.
HSL color Cylindrical-coordinate representation of color #764E48: hue angle of 7.83º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764E48 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 72 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.54 |
| HSL | 7.83º | 0.24% | 0.37% | - |
| HSV(B) | 7.83º | 0.39% | 0.46% | - |
| XYZ | 11.37 | 9.77 | 7.42 | - |
| YUV | 89.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 72 | 0 | 0.34 | 0.39 | 0.54 | 7.83 | 0.24 | 0.37 |
| Hex | 76 | 4E | 48 | 0 | 22 | 27 | 36 | 8 | 18 | 25 |
| Octal | 166 | 116 | 110 | 0 | 42 | 47 | 66 | 10 | 30 | 45 |
| Binary | 1110110 | 1001110 | 1001000 | 0 | 100010 | 100111 | 110110 | 1000 | 11000 | 100101 |
Color Harmonies of #764E48
Complementary color
Monochromatic Colors of #764E48
Black with #764E48
Text Example
Text Example
White with #764E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E48; }
p { color: rgb(118,78,72); }
H1.HeaderClassName
{
color: #764E48;
}
.AnyTagClassName
{
color: #764E48;
}
</style>
background-color css
<style>
a { background-color: #764E48; }
a { background-color: rgb(118,78,72); }
div.DivClassName
{
background-color: #764E48;
}
.BgClassName
{
background-color: #764E48;
}
</style>
border-color css
<style>
span { border-color: #764E48; }
span { border-color: rgb(118,78,72); }
td.TdClassName
{
border-color: #764E48;
}
.TagClassName
{
border-color: #764E48;
}
</style>