Shades of Buccaneer #785552
Tints of Buccaneer #785552
RGB
CMYK
RGB Variations
Color information
#785552 (or 0x785552) is known color: Buccaneer. HEX triplet: 78, 55 and 52. RGB value is (120,85,82). Sum of RGB (Red+Green+Blue) = 120+85+82=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #785552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785552 is #87AAAD. Grayscale: #5F5F5F. Windows color (decimal): -8891054 or 5395832. OLE color: 5395832.
HSL color Cylindrical-coordinate representation of color #785552: hue angle of 4.74º 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 #785552 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 82 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.53 |
| HSL | 4.74º | 0.19% | 0.4% | - |
| HSV(B) | 4.74º | 0.32% | 0.47% | - |
| XYZ | 12.52 | 11.1 | 9.47 | - |
| YUV | 95.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 82 | 0 | 0.29 | 0.32 | 0.53 | 4.74 | 0.19 | 0.4 |
| Hex | 78 | 55 | 52 | 0 | 1D | 20 | 35 | 5 | 13 | 28 |
| Octal | 170 | 125 | 122 | 0 | 35 | 40 | 65 | 5 | 23 | 50 |
| Binary | 1111000 | 1010101 | 1010010 | 0 | 11101 | 100000 | 110101 | 101 | 10011 | 101000 |
Color Harmonies of #785552
Complementary color
Monochromatic Colors of #785552
Black with #785552
Text Example
Text Example
White with #785552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785552; }
p { color: rgb(120,85,82); }
H1.HeaderClassName
{
color: #785552;
}
.AnyTagClassName
{
color: #785552;
}
</style>
background-color css
<style>
a { background-color: #785552; }
a { background-color: rgb(120,85,82); }
div.DivClassName
{
background-color: #785552;
}
.BgClassName
{
background-color: #785552;
}
</style>
border-color css
<style>
span { border-color: #785552; }
span { border-color: rgb(120,85,82); }
td.TdClassName
{
border-color: #785552;
}
.TagClassName
{
border-color: #785552;
}
</style>