Shades of Buccaneer #765550
Tints of Buccaneer #765550
RGB
CMYK
RGB Variations
Color information
#765550 (or 0x765550) is known color: Buccaneer. HEX triplet: 76, 55 and 50. RGB value is (118,85,80). Sum of RGB (Red+Green+Blue) = 118+85+80=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #765550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765550 is #89AAAF. Grayscale: #5E5E5E. Windows color (decimal): -9022128 or 5264758. OLE color: 5264758.
HSL color Cylindrical-coordinate representation of color #765550: hue angle of 7.89º 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 #765550 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 80 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.54 |
| HSL | 7.89º | 0.19% | 0.39% | - |
| HSV(B) | 7.89º | 0.32% | 0.46% | - |
| XYZ | 12.17 | 10.93 | 9.06 | - |
| YUV | 94.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 80 | 0 | 0.28 | 0.32 | 0.54 | 7.89 | 0.19 | 0.39 |
| Hex | 76 | 55 | 50 | 0 | 1C | 20 | 36 | 8 | 13 | 27 |
| Octal | 166 | 125 | 120 | 0 | 34 | 40 | 66 | 10 | 23 | 47 |
| Binary | 1110110 | 1010101 | 1010000 | 0 | 11100 | 100000 | 110110 | 1000 | 10011 | 100111 |
Color Harmonies of #765550
Complementary color
Monochromatic Colors of #765550
Black with #765550
Text Example
Text Example
White with #765550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765550; }
p { color: rgb(118,85,80); }
H1.HeaderClassName
{
color: #765550;
}
.AnyTagClassName
{
color: #765550;
}
</style>
background-color css
<style>
a { background-color: #765550; }
a { background-color: rgb(118,85,80); }
div.DivClassName
{
background-color: #765550;
}
.BgClassName
{
background-color: #765550;
}
</style>
border-color css
<style>
span { border-color: #765550; }
span { border-color: rgb(118,85,80); }
td.TdClassName
{
border-color: #765550;
}
.TagClassName
{
border-color: #765550;
}
</style>