Shades of Buccaneer #735750
Tints of Buccaneer #735750
RGB
CMYK
RGB Variations
Color information
#735750 (or 0x735750) is known color: Buccaneer. HEX triplet: 73, 57 and 50. RGB value is (115,87,80). Sum of RGB (Red+Green+Blue) = 115+87+80=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #735750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735750 is #8CA8AF. Grayscale: #5E5E5E. Windows color (decimal): -9218224 or 5265267. OLE color: 5265267.
HSL color Cylindrical-coordinate representation of color #735750: hue angle of 12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735750 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 87 | 80 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.55 |
| HSL | 12º | 0.18% | 0.38% | - |
| HSV(B) | 12º | 0.3% | 0.45% | - |
| XYZ | 11.93 | 11.04 | 9.09 | - |
| YUV | 94.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 80 | 0 | 0.24 | 0.30 | 0.55 | 12 | 0.18 | 0.38 |
| Hex | 73 | 57 | 50 | 0 | 18 | 1E | 37 | C | 12 | 26 |
| Octal | 163 | 127 | 120 | 0 | 30 | 36 | 67 | 14 | 22 | 46 |
| Binary | 1110011 | 1010111 | 1010000 | 0 | 11000 | 11110 | 110111 | 1100 | 10010 | 100110 |
Color Harmonies of #735750
Complementary color
Monochromatic Colors of #735750
Black with #735750
Text Example
Text Example
White with #735750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735750; }
p { color: rgb(115,87,80); }
H1.HeaderClassName
{
color: #735750;
}
.AnyTagClassName
{
color: #735750;
}
</style>
background-color css
<style>
a { background-color: #735750; }
a { background-color: rgb(115,87,80); }
div.DivClassName
{
background-color: #735750;
}
.BgClassName
{
background-color: #735750;
}
</style>
border-color css
<style>
span { border-color: #735750; }
span { border-color: rgb(115,87,80); }
td.TdClassName
{
border-color: #735750;
}
.TagClassName
{
border-color: #735750;
}
</style>