Shades of Buccaneer #765856
Tints of Buccaneer #765856
RGB
CMYK
RGB Variations
Color information
#765856 (or 0x765856) is known color: Buccaneer. HEX triplet: 76, 58 and 56. RGB value is (118,88,86). Sum of RGB (Red+Green+Blue) = 118+88+86=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #765856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765856 is #89A7A9. Grayscale: #606060. Windows color (decimal): -9021354 or 5658742. OLE color: 5658742.
HSL color Cylindrical-coordinate representation of color #765856: hue angle of 3.75º 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 #765856 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 88 | 86 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.54 |
| HSL | 3.75º | 0.16% | 0.4% | - |
| HSV(B) | 3.75º | 0.27% | 0.46% | - |
| XYZ | 12.64 | 11.5 | 10.36 | - |
| YUV | 96.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 86 | 0 | 0.25 | 0.27 | 0.54 | 3.75 | 0.16 | 0.4 |
| Hex | 76 | 58 | 56 | 0 | 19 | 1B | 36 | 4 | 10 | 28 |
| Octal | 166 | 130 | 126 | 0 | 31 | 33 | 66 | 4 | 20 | 50 |
| Binary | 1110110 | 1011000 | 1010110 | 0 | 11001 | 11011 | 110110 | 100 | 10000 | 101000 |
Color Harmonies of #765856
Complementary color
Monochromatic Colors of #765856
Black with #765856
Text Example
Text Example
White with #765856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765856; }
p { color: rgb(118,88,86); }
H1.HeaderClassName
{
color: #765856;
}
.AnyTagClassName
{
color: #765856;
}
</style>
background-color css
<style>
a { background-color: #765856; }
a { background-color: rgb(118,88,86); }
div.DivClassName
{
background-color: #765856;
}
.BgClassName
{
background-color: #765856;
}
</style>
border-color css
<style>
span { border-color: #765856; }
span { border-color: rgb(118,88,86); }
td.TdClassName
{
border-color: #765856;
}
.TagClassName
{
border-color: #765856;
}
</style>