Shades of Buccaneer #785750
Tints of Buccaneer #785750
RGB
CMYK
RGB Variations
Color information
#785750 (or 0x785750) is known color: Buccaneer. HEX triplet: 78, 57 and 50. RGB value is (120,87,80). Sum of RGB (Red+Green+Blue) = 120+87+80=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #785750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785750 is #87A8AF. Grayscale: #606060. Windows color (decimal): -8890544 or 5265272. OLE color: 5265272.
HSL color Cylindrical-coordinate representation of color #785750: hue angle of 10.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785750 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 80 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.53 |
| HSL | 10.5º | 0.2% | 0.39% | - |
| HSV(B) | 10.5º | 0.33% | 0.47% | - |
| XYZ | 12.6 | 11.39 | 9.12 | - |
| YUV | 96.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 80 | 0 | 0.28 | 0.33 | 0.53 | 10.5 | 0.2 | 0.39 |
| Hex | 78 | 57 | 50 | 0 | 1C | 21 | 35 | A | 14 | 27 |
| Octal | 170 | 127 | 120 | 0 | 34 | 41 | 65 | 12 | 24 | 47 |
| Binary | 1111000 | 1010111 | 1010000 | 0 | 11100 | 100001 | 110101 | 1010 | 10100 | 100111 |
Color Harmonies of #785750
Complementary color
Monochromatic Colors of #785750
Black with #785750
Text Example
Text Example
White with #785750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785750; }
p { color: rgb(120,87,80); }
H1.HeaderClassName
{
color: #785750;
}
.AnyTagClassName
{
color: #785750;
}
</style>
background-color css
<style>
a { background-color: #785750; }
a { background-color: rgb(120,87,80); }
div.DivClassName
{
background-color: #785750;
}
.BgClassName
{
background-color: #785750;
}
</style>
border-color css
<style>
span { border-color: #785750; }
span { border-color: rgb(120,87,80); }
td.TdClassName
{
border-color: #785750;
}
.TagClassName
{
border-color: #785750;
}
</style>