Shades of Buccaneer #765956
Tints of Buccaneer #765956
RGB
CMYK
RGB Variations
Color information
#765956 (or 0x765956) is known color: Buccaneer. HEX triplet: 76, 59 and 56. RGB value is (118,89,86). Sum of RGB (Red+Green+Blue) = 118+89+86=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #765956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765956 is #89A6A9. Grayscale: #616161. Windows color (decimal): -9021098 or 5658998. OLE color: 5658998.
HSL color Cylindrical-coordinate representation of color #765956: hue angle of 5.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765956 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 86 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.54 |
| HSL | 5.63º | 0.16% | 0.4% | - |
| HSV(B) | 5.63º | 0.27% | 0.46% | - |
| XYZ | 12.72 | 11.67 | 10.39 | - |
| YUV | 97.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 86 | 0 | 0.25 | 0.27 | 0.54 | 5.63 | 0.16 | 0.4 |
| Hex | 76 | 59 | 56 | 0 | 19 | 1B | 36 | 6 | 10 | 28 |
| Octal | 166 | 131 | 126 | 0 | 31 | 33 | 66 | 6 | 20 | 50 |
| Binary | 1110110 | 1011001 | 1010110 | 0 | 11001 | 11011 | 110110 | 110 | 10000 | 101000 |
Color Harmonies of #765956
Complementary color
Monochromatic Colors of #765956
Black with #765956
Text Example
Text Example
White with #765956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765956; }
p { color: rgb(118,89,86); }
H1.HeaderClassName
{
color: #765956;
}
.AnyTagClassName
{
color: #765956;
}
</style>
background-color css
<style>
a { background-color: #765956; }
a { background-color: rgb(118,89,86); }
div.DivClassName
{
background-color: #765956;
}
.BgClassName
{
background-color: #765956;
}
</style>
border-color css
<style>
span { border-color: #765956; }
span { border-color: rgb(118,89,86); }
td.TdClassName
{
border-color: #765956;
}
.TagClassName
{
border-color: #765956;
}
</style>