Shades of Buccaneer #785753
Tints of Buccaneer #785753
RGB
CMYK
RGB Variations
Color information
#785753 (or 0x785753) is known color: Buccaneer. HEX triplet: 78, 57 and 53. RGB value is (120,87,83). Sum of RGB (Red+Green+Blue) = 120+87+83=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #785753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785753 is #87A8AC. Grayscale: #606060. Windows color (decimal): -8890541 or 5461880. OLE color: 5461880.
HSL color Cylindrical-coordinate representation of color #785753: hue angle of 6.49º 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 #785753 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 83 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.53 |
| HSL | 6.49º | 0.18% | 0.4% | - |
| HSV(B) | 6.49º | 0.31% | 0.47% | - |
| XYZ | 12.72 | 11.43 | 9.72 | - |
| YUV | 96.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 83 | 0 | 0.28 | 0.31 | 0.53 | 6.49 | 0.18 | 0.4 |
| Hex | 78 | 57 | 53 | 0 | 1C | 1F | 35 | 6 | 12 | 28 |
| Octal | 170 | 127 | 123 | 0 | 34 | 37 | 65 | 6 | 22 | 50 |
| Binary | 1111000 | 1010111 | 1010011 | 0 | 11100 | 11111 | 110101 | 110 | 10010 | 101000 |
Color Harmonies of #785753
Complementary color
Monochromatic Colors of #785753
Black with #785753
Text Example
Text Example
White with #785753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785753; }
p { color: rgb(120,87,83); }
H1.HeaderClassName
{
color: #785753;
}
.AnyTagClassName
{
color: #785753;
}
</style>
background-color css
<style>
a { background-color: #785753; }
a { background-color: rgb(120,87,83); }
div.DivClassName
{
background-color: #785753;
}
.BgClassName
{
background-color: #785753;
}
</style>
border-color css
<style>
span { border-color: #785753; }
span { border-color: rgb(120,87,83); }
td.TdClassName
{
border-color: #785753;
}
.TagClassName
{
border-color: #785753;
}
</style>