Shades of Buccaneer #785049
Tints of Buccaneer #785049
RGB
CMYK
RGB Variations
Color information
#785049 (or 0x785049) is known color: Buccaneer. HEX triplet: 78, 50 and 49. RGB value is (120,80,73). Sum of RGB (Red+Green+Blue) = 120+80+73=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785049 is #87AFB6. Grayscale: #5B5B5B. Windows color (decimal): -8892343 or 4804728. OLE color: 4804728.
HSL color Cylindrical-coordinate representation of color #785049: hue angle of 8.94º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785049 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 73 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.53 |
| HSL | 8.94º | 0.24% | 0.38% | - |
| HSV(B) | 8.94º | 0.39% | 0.47% | - |
| XYZ | 11.82 | 10.21 | 7.65 | - |
| YUV | 91.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 73 | 0 | 0.33 | 0.39 | 0.53 | 8.94 | 0.24 | 0.38 |
| Hex | 78 | 50 | 49 | 0 | 21 | 27 | 35 | 9 | 18 | 26 |
| Octal | 170 | 120 | 111 | 0 | 41 | 47 | 65 | 11 | 30 | 46 |
| Binary | 1111000 | 1010000 | 1001001 | 0 | 100001 | 100111 | 110101 | 1001 | 11000 | 100110 |
Color Harmonies of #785049
Complementary color
Monochromatic Colors of #785049
Black with #785049
Text Example
Text Example
White with #785049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785049; }
p { color: rgb(120,80,73); }
H1.HeaderClassName
{
color: #785049;
}
.AnyTagClassName
{
color: #785049;
}
</style>
background-color css
<style>
a { background-color: #785049; }
a { background-color: rgb(120,80,73); }
div.DivClassName
{
background-color: #785049;
}
.BgClassName
{
background-color: #785049;
}
</style>
border-color css
<style>
span { border-color: #785049; }
span { border-color: rgb(120,80,73); }
td.TdClassName
{
border-color: #785049;
}
.TagClassName
{
border-color: #785049;
}
</style>