Shades of Buccaneer #785652
Tints of Buccaneer #785652
RGB
CMYK
RGB Variations
Color information
#785652 (or 0x785652) is known color: Buccaneer. HEX triplet: 78, 56 and 52. RGB value is (120,86,82). Sum of RGB (Red+Green+Blue) = 120+86+82=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785652 is #87A9AD. Grayscale: #5F5F5F. Windows color (decimal): -8890798 or 5396088. OLE color: 5396088.
HSL color Cylindrical-coordinate representation of color #785652: hue angle of 6.32º 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 #785652 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 82 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.53 |
| HSL | 6.32º | 0.19% | 0.4% | - |
| HSV(B) | 6.32º | 0.32% | 0.47% | - |
| XYZ | 12.6 | 11.26 | 9.49 | - |
| YUV | 95.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 82 | 0 | 0.28 | 0.32 | 0.53 | 6.32 | 0.19 | 0.4 |
| Hex | 78 | 56 | 52 | 0 | 1C | 20 | 35 | 6 | 13 | 28 |
| Octal | 170 | 126 | 122 | 0 | 34 | 40 | 65 | 6 | 23 | 50 |
| Binary | 1111000 | 1010110 | 1010010 | 0 | 11100 | 100000 | 110101 | 110 | 10011 | 101000 |
Color Harmonies of #785652
Complementary color
Monochromatic Colors of #785652
Black with #785652
Text Example
Text Example
White with #785652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785652; }
p { color: rgb(120,86,82); }
H1.HeaderClassName
{
color: #785652;
}
.AnyTagClassName
{
color: #785652;
}
</style>
background-color css
<style>
a { background-color: #785652; }
a { background-color: rgb(120,86,82); }
div.DivClassName
{
background-color: #785652;
}
.BgClassName
{
background-color: #785652;
}
</style>
border-color css
<style>
span { border-color: #785652; }
span { border-color: rgb(120,86,82); }
td.TdClassName
{
border-color: #785652;
}
.TagClassName
{
border-color: #785652;
}
</style>