Shades of Buccaneer #76564E
Tints of Buccaneer #76564E
RGB
CMYK
RGB Variations
Color information
#76564E (or 0x76564E) is known color: Buccaneer. HEX triplet: 76, 56 and 4E. RGB value is (118,86,78). Sum of RGB (Red+Green+Blue) = 118+86+78=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76564E is #89A9B1. Grayscale: #5E5E5E. Windows color (decimal): -9021874 or 5133942. OLE color: 5133942.
HSL color Cylindrical-coordinate representation of color #76564E: hue angle of 12º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76564E is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 78 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.54 |
| HSL | 12º | 0.2% | 0.38% | - |
| HSV(B) | 12º | 0.34% | 0.46% | - |
| XYZ | 12.17 | 11.06 | 8.7 | - |
| YUV | 94.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 78 | 0 | 0.27 | 0.34 | 0.54 | 12 | 0.2 | 0.38 |
| Hex | 76 | 56 | 4E | 0 | 1B | 22 | 36 | C | 14 | 26 |
| Octal | 166 | 126 | 116 | 0 | 33 | 42 | 66 | 14 | 24 | 46 |
| Binary | 1110110 | 1010110 | 1001110 | 0 | 11011 | 100010 | 110110 | 1100 | 10100 | 100110 |
Color Harmonies of #76564E
Complementary color
Monochromatic Colors of #76564E
Black with #76564E
Text Example
Text Example
White with #76564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76564E; }
p { color: rgb(118,86,78); }
H1.HeaderClassName
{
color: #76564E;
}
.AnyTagClassName
{
color: #76564E;
}
</style>
background-color css
<style>
a { background-color: #76564E; }
a { background-color: rgb(118,86,78); }
div.DivClassName
{
background-color: #76564E;
}
.BgClassName
{
background-color: #76564E;
}
</style>
border-color css
<style>
span { border-color: #76564E; }
span { border-color: rgb(118,86,78); }
td.TdClassName
{
border-color: #76564E;
}
.TagClassName
{
border-color: #76564E;
}
</style>