Shades of Buccaneer #785752
Tints of Buccaneer #785752
RGB
CMYK
RGB Variations
Color information
#785752 (or 0x785752) is known color: Buccaneer. HEX triplet: 78, 57 and 52. RGB value is (120,87,82). Sum of RGB (Red+Green+Blue) = 120+87+82=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #785752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785752 is #87A8AD. Grayscale: #606060. Windows color (decimal): -8890542 or 5396344. OLE color: 5396344.
HSL color Cylindrical-coordinate representation of color #785752: hue angle of 7.89º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785752 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 82 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.53 |
| HSL | 7.89º | 0.19% | 0.4% | - |
| HSV(B) | 7.89º | 0.32% | 0.47% | - |
| XYZ | 12.68 | 11.42 | 9.52 | - |
| YUV | 96.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 82 | 0 | 0.28 | 0.32 | 0.53 | 7.89 | 0.19 | 0.4 |
| Hex | 78 | 57 | 52 | 0 | 1C | 20 | 35 | 8 | 13 | 28 |
| Octal | 170 | 127 | 122 | 0 | 34 | 40 | 65 | 10 | 23 | 50 |
| Binary | 1111000 | 1010111 | 1010010 | 0 | 11100 | 100000 | 110101 | 1000 | 10011 | 101000 |
Color Harmonies of #785752
Complementary color
Monochromatic Colors of #785752
Black with #785752
Text Example
Text Example
White with #785752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785752; }
p { color: rgb(120,87,82); }
H1.HeaderClassName
{
color: #785752;
}
.AnyTagClassName
{
color: #785752;
}
</style>
background-color css
<style>
a { background-color: #785752; }
a { background-color: rgb(120,87,82); }
div.DivClassName
{
background-color: #785752;
}
.BgClassName
{
background-color: #785752;
}
</style>
border-color css
<style>
span { border-color: #785752; }
span { border-color: rgb(120,87,82); }
td.TdClassName
{
border-color: #785752;
}
.TagClassName
{
border-color: #785752;
}
</style>