Shades of Buccaneer #765049
Tints of Buccaneer #765049
RGB
CMYK
RGB Variations
Color information
#765049 (or 0x765049) is known color: Buccaneer. HEX triplet: 76, 50 and 49. RGB value is (118,80,73). Sum of RGB (Red+Green+Blue) = 118+80+73=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #765049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765049 is #89AFB6. Grayscale: #5A5A5A. Windows color (decimal): -9023415 or 4804726. OLE color: 4804726.
HSL color Cylindrical-coordinate representation of color #765049: hue angle of 9.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #765049 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 73 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.54 |
| HSL | 9.33º | 0.24% | 0.37% | - |
| HSV(B) | 9.33º | 0.38% | 0.46% | - |
| XYZ | 11.54 | 10.07 | 7.64 | - |
| YUV | 90.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 73 | 0 | 0.32 | 0.38 | 0.54 | 9.33 | 0.24 | 0.37 |
| Hex | 76 | 50 | 49 | 0 | 20 | 26 | 36 | 9 | 18 | 25 |
| Octal | 166 | 120 | 111 | 0 | 40 | 46 | 66 | 11 | 30 | 45 |
| Binary | 1110110 | 1010000 | 1001001 | 0 | 100000 | 100110 | 110110 | 1001 | 11000 | 100101 |
Color Harmonies of #765049
Complementary color
Monochromatic Colors of #765049
Black with #765049
Text Example
Text Example
White with #765049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765049; }
p { color: rgb(118,80,73); }
H1.HeaderClassName
{
color: #765049;
}
.AnyTagClassName
{
color: #765049;
}
</style>
background-color css
<style>
a { background-color: #765049; }
a { background-color: rgb(118,80,73); }
div.DivClassName
{
background-color: #765049;
}
.BgClassName
{
background-color: #765049;
}
</style>
border-color css
<style>
span { border-color: #765049; }
span { border-color: rgb(118,80,73); }
td.TdClassName
{
border-color: #765049;
}
.TagClassName
{
border-color: #765049;
}
</style>