Shades of Buccaneer #785754
Tints of Buccaneer #785754
RGB
CMYK
RGB Variations
Color information
#785754 (or 0x785754) is known color: Buccaneer. HEX triplet: 78, 57 and 54. RGB value is (120,87,84). Sum of RGB (Red+Green+Blue) = 120+87+84=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #785754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785754 is #87A8AB. Grayscale: #606060. Windows color (decimal): -8890540 or 5527416. OLE color: 5527416.
HSL color Cylindrical-coordinate representation of color #785754: hue angle of 5º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #785754 is Cyan = 0, Magento = 0.28, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 84 | - |
| CMYK | 0 | 0.28 | 0.3 | 0.53 |
| HSL | 5º | 0.18% | 0.4% | - |
| HSV(B) | 5º | 0.3% | 0.47% | - |
| XYZ | 12.75 | 11.45 | 9.93 | - |
| YUV | 96.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 84 | 0 | 0.28 | 0.3 | 0.53 | 5 | 0.18 | 0.4 |
| Hex | 78 | 57 | 54 | 0 | 1C | 1E | 35 | 5 | 12 | 28 |
| Octal | 170 | 127 | 124 | 0 | 34 | 36 | 65 | 5 | 22 | 50 |
| Binary | 1111000 | 1010111 | 1010100 | 0 | 11100 | 11110 | 110101 | 101 | 10010 | 101000 |
Color Harmonies of #785754
Complementary color
Monochromatic Colors of #785754
Black with #785754
Text Example
Text Example
White with #785754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785754; }
p { color: rgb(120,87,84); }
H1.HeaderClassName
{
color: #785754;
}
.AnyTagClassName
{
color: #785754;
}
</style>
background-color css
<style>
a { background-color: #785754; }
a { background-color: rgb(120,87,84); }
div.DivClassName
{
background-color: #785754;
}
.BgClassName
{
background-color: #785754;
}
</style>
border-color css
<style>
span { border-color: #785754; }
span { border-color: rgb(120,87,84); }
td.TdClassName
{
border-color: #785754;
}
.TagClassName
{
border-color: #785754;
}
</style>