Shades of Buccaneer #78534F
Tints of Buccaneer #78534F
RGB
CMYK
RGB Variations
Color information
#78534F (or 0x78534F) is known color: Buccaneer. HEX triplet: 78, 53 and 4F. RGB value is (120,83,79). Sum of RGB (Red+Green+Blue) = 120+83+79=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78534F is #87ACB0. Grayscale: #5D5D5D. Windows color (decimal): -8891569 or 5198712. OLE color: 5198712.
HSL color Cylindrical-coordinate representation of color #78534F: hue angle of 5.85º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78534F is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 79 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.53 |
| HSL | 5.85º | 0.21% | 0.39% | - |
| HSV(B) | 5.85º | 0.34% | 0.47% | - |
| XYZ | 12.25 | 10.74 | 8.83 | - |
| YUV | 93.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 79 | 0 | 0.31 | 0.34 | 0.53 | 5.85 | 0.21 | 0.39 |
| Hex | 78 | 53 | 4F | 0 | 1F | 22 | 35 | 6 | 15 | 27 |
| Octal | 170 | 123 | 117 | 0 | 37 | 42 | 65 | 6 | 25 | 47 |
| Binary | 1111000 | 1010011 | 1001111 | 0 | 11111 | 100010 | 110101 | 110 | 10101 | 100111 |
Color Harmonies of #78534F
Complementary color
Monochromatic Colors of #78534F
Black with #78534F
Text Example
Text Example
White with #78534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78534F; }
p { color: rgb(120,83,79); }
H1.HeaderClassName
{
color: #78534F;
}
.AnyTagClassName
{
color: #78534F;
}
</style>
background-color css
<style>
a { background-color: #78534F; }
a { background-color: rgb(120,83,79); }
div.DivClassName
{
background-color: #78534F;
}
.BgClassName
{
background-color: #78534F;
}
</style>
border-color css
<style>
span { border-color: #78534F; }
span { border-color: rgb(120,83,79); }
td.TdClassName
{
border-color: #78534F;
}
.TagClassName
{
border-color: #78534F;
}
</style>