Shades of Buccaneer #785852
Tints of Buccaneer #785852
RGB
CMYK
RGB Variations
Color information
#785852 (or 0x785852) is known color: Buccaneer. HEX triplet: 78, 58 and 52. RGB value is (120,88,82). Sum of RGB (Red+Green+Blue) = 120+88+82=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #785852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785852 is #87A7AD. Grayscale: #606060. Windows color (decimal): -8890286 or 5396600. OLE color: 5396600.
HSL color Cylindrical-coordinate representation of color #785852: hue angle of 9.47º 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 #785852 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 88 | 82 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.53 |
| HSL | 9.47º | 0.19% | 0.4% | - |
| HSV(B) | 9.47º | 0.32% | 0.47% | - |
| XYZ | 12.76 | 11.58 | 9.55 | - |
| YUV | 96.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 82 | 0 | 0.27 | 0.32 | 0.53 | 9.47 | 0.19 | 0.4 |
| Hex | 78 | 58 | 52 | 0 | 1B | 20 | 35 | 9 | 13 | 28 |
| Octal | 170 | 130 | 122 | 0 | 33 | 40 | 65 | 11 | 23 | 50 |
| Binary | 1111000 | 1011000 | 1010010 | 0 | 11011 | 100000 | 110101 | 1001 | 10011 | 101000 |
Color Harmonies of #785852
Complementary color
Monochromatic Colors of #785852
Black with #785852
Text Example
Text Example
White with #785852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785852; }
p { color: rgb(120,88,82); }
H1.HeaderClassName
{
color: #785852;
}
.AnyTagClassName
{
color: #785852;
}
</style>
background-color css
<style>
a { background-color: #785852; }
a { background-color: rgb(120,88,82); }
div.DivClassName
{
background-color: #785852;
}
.BgClassName
{
background-color: #785852;
}
</style>
border-color css
<style>
span { border-color: #785852; }
span { border-color: rgb(120,88,82); }
td.TdClassName
{
border-color: #785852;
}
.TagClassName
{
border-color: #785852;
}
</style>