Shades of Buccaneer #765650
Tints of Buccaneer #765650
RGB
CMYK
RGB Variations
Color information
#765650 (or 0x765650) is known color: Buccaneer. HEX triplet: 76, 56 and 50. RGB value is (118,86,80). Sum of RGB (Red+Green+Blue) = 118+86+80=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #765650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765650 is #89A9AF. Grayscale: #5E5E5E. Windows color (decimal): -9021872 or 5265014. OLE color: 5265014.
HSL color Cylindrical-coordinate representation of color #765650: hue angle of 9.47º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765650 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 80 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.54 |
| HSL | 9.47º | 0.19% | 0.39% | - |
| HSV(B) | 9.47º | 0.32% | 0.46% | - |
| XYZ | 12.25 | 11.09 | 9.08 | - |
| YUV | 94.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 80 | 0 | 0.27 | 0.32 | 0.54 | 9.47 | 0.19 | 0.39 |
| Hex | 76 | 56 | 50 | 0 | 1B | 20 | 36 | 9 | 13 | 27 |
| Octal | 166 | 126 | 120 | 0 | 33 | 40 | 66 | 11 | 23 | 47 |
| Binary | 1110110 | 1010110 | 1010000 | 0 | 11011 | 100000 | 110110 | 1001 | 10011 | 100111 |
Color Harmonies of #765650
Complementary color
Monochromatic Colors of #765650
Black with #765650
Text Example
Text Example
White with #765650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765650; }
p { color: rgb(118,86,80); }
H1.HeaderClassName
{
color: #765650;
}
.AnyTagClassName
{
color: #765650;
}
</style>
background-color css
<style>
a { background-color: #765650; }
a { background-color: rgb(118,86,80); }
div.DivClassName
{
background-color: #765650;
}
.BgClassName
{
background-color: #765650;
}
</style>
border-color css
<style>
span { border-color: #765650; }
span { border-color: rgb(118,86,80); }
td.TdClassName
{
border-color: #765650;
}
.TagClassName
{
border-color: #765650;
}
</style>