Shades of Buccaneer #78554E
Tints of Buccaneer #78554E
RGB
CMYK
RGB Variations
Color information
#78554E (or 0x78554E) is known color: Buccaneer. HEX triplet: 78, 55 and 4E. RGB value is (120,85,78). Sum of RGB (Red+Green+Blue) = 120+85+78=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78554E is #87AAB1. Grayscale: #5E5E5E. Windows color (decimal): -8891058 or 5133688. OLE color: 5133688.
HSL color Cylindrical-coordinate representation of color #78554E: hue angle of 10º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78554E is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 78 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.53 |
| HSL | 10º | 0.21% | 0.39% | - |
| HSV(B) | 10º | 0.35% | 0.47% | - |
| XYZ | 12.37 | 11.04 | 8.69 | - |
| YUV | 94.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 78 | 0 | 0.29 | 0.35 | 0.53 | 10 | 0.21 | 0.39 |
| Hex | 78 | 55 | 4E | 0 | 1D | 23 | 35 | A | 15 | 27 |
| Octal | 170 | 125 | 116 | 0 | 35 | 43 | 65 | 12 | 25 | 47 |
| Binary | 1111000 | 1010101 | 1001110 | 0 | 11101 | 100011 | 110101 | 1010 | 10101 | 100111 |
Color Harmonies of #78554E
Complementary color
Monochromatic Colors of #78554E
Black with #78554E
Text Example
Text Example
White with #78554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78554E; }
p { color: rgb(120,85,78); }
H1.HeaderClassName
{
color: #78554E;
}
.AnyTagClassName
{
color: #78554E;
}
</style>
background-color css
<style>
a { background-color: #78554E; }
a { background-color: rgb(120,85,78); }
div.DivClassName
{
background-color: #78554E;
}
.BgClassName
{
background-color: #78554E;
}
</style>
border-color css
<style>
span { border-color: #78554E; }
span { border-color: rgb(120,85,78); }
td.TdClassName
{
border-color: #78554E;
}
.TagClassName
{
border-color: #78554E;
}
</style>