Shades of Buccaneer #78514B
Tints of Buccaneer #78514B
RGB
CMYK
RGB Variations
Color information
#78514B (or 0x78514B) is known color: Buccaneer. HEX triplet: 78, 51 and 4B. RGB value is (120,81,75). Sum of RGB (Red+Green+Blue) = 120+81+75=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #78514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78514B is #87AEB4. Grayscale: #5C5C5C. Windows color (decimal): -8892085 or 4936056. OLE color: 4936056.
HSL color Cylindrical-coordinate representation of color #78514B: hue angle of 8º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78514B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 75 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.53 |
| HSL | 8º | 0.23% | 0.38% | - |
| HSV(B) | 8º | 0.38% | 0.47% | - |
| XYZ | 11.96 | 10.39 | 8.03 | - |
| YUV | 91.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 75 | 0 | 0.32 | 0.37 | 0.53 | 8 | 0.23 | 0.38 |
| Hex | 78 | 51 | 4B | 0 | 20 | 25 | 35 | 8 | 17 | 26 |
| Octal | 170 | 121 | 113 | 0 | 40 | 45 | 65 | 10 | 27 | 46 |
| Binary | 1111000 | 1010001 | 1001011 | 0 | 100000 | 100101 | 110101 | 1000 | 10111 | 100110 |
Color Harmonies of #78514B
Complementary color
Monochromatic Colors of #78514B
Black with #78514B
Text Example
Text Example
White with #78514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78514B; }
p { color: rgb(120,81,75); }
H1.HeaderClassName
{
color: #78514B;
}
.AnyTagClassName
{
color: #78514B;
}
</style>
background-color css
<style>
a { background-color: #78514B; }
a { background-color: rgb(120,81,75); }
div.DivClassName
{
background-color: #78514B;
}
.BgClassName
{
background-color: #78514B;
}
</style>
border-color css
<style>
span { border-color: #78514B; }
span { border-color: rgb(120,81,75); }
td.TdClassName
{
border-color: #78514B;
}
.TagClassName
{
border-color: #78514B;
}
</style>