Shades of Buccaneer #785553
Tints of Buccaneer #785553
RGB
CMYK
RGB Variations
Color information
#785553 (or 0x785553) is known color: Buccaneer. HEX triplet: 78, 55 and 53. RGB value is (120,85,83). Sum of RGB (Red+Green+Blue) = 120+85+83=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785553 is #87AAAC. Grayscale: #5F5F5F. Windows color (decimal): -8891053 or 5461368. OLE color: 5461368.
HSL color Cylindrical-coordinate representation of color #785553: hue angle of 3.24º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785553 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 83 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.53 |
| HSL | 3.24º | 0.18% | 0.4% | - |
| HSV(B) | 3.24º | 0.31% | 0.47% | - |
| XYZ | 12.56 | 11.11 | 9.67 | - |
| YUV | 95.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 83 | 0 | 0.29 | 0.31 | 0.53 | 3.24 | 0.18 | 0.4 |
| Hex | 78 | 55 | 53 | 0 | 1D | 1F | 35 | 3 | 12 | 28 |
| Octal | 170 | 125 | 123 | 0 | 35 | 37 | 65 | 3 | 22 | 50 |
| Binary | 1111000 | 1010101 | 1010011 | 0 | 11101 | 11111 | 110101 | 11 | 10010 | 101000 |
Color Harmonies of #785553
Complementary color
Monochromatic Colors of #785553
Black with #785553
Text Example
Text Example
White with #785553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785553; }
p { color: rgb(120,85,83); }
H1.HeaderClassName
{
color: #785553;
}
.AnyTagClassName
{
color: #785553;
}
</style>
background-color css
<style>
a { background-color: #785553; }
a { background-color: rgb(120,85,83); }
div.DivClassName
{
background-color: #785553;
}
.BgClassName
{
background-color: #785553;
}
</style>
border-color css
<style>
span { border-color: #785553; }
span { border-color: rgb(120,85,83); }
td.TdClassName
{
border-color: #785553;
}
.TagClassName
{
border-color: #785553;
}
</style>