Shades of Buccaneer #78524B
Tints of Buccaneer #78524B
RGB
CMYK
RGB Variations
Color information
#78524B (or 0x78524B) is known color: Buccaneer. HEX triplet: 78, 52 and 4B. RGB value is (120,82,75). Sum of RGB (Red+Green+Blue) = 120+82+75=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78524B is #87ADB4. Grayscale: #5C5C5C. Windows color (decimal): -8891829 or 4936312. OLE color: 4936312.
HSL color Cylindrical-coordinate representation of color #78524B: hue angle of 9.33º 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 #78524B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 75 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.53 |
| HSL | 9.33º | 0.23% | 0.38% | - |
| HSV(B) | 9.33º | 0.38% | 0.47% | - |
| XYZ | 12.03 | 10.54 | 8.06 | - |
| YUV | 92.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 75 | 0 | 0.32 | 0.37 | 0.53 | 9.33 | 0.23 | 0.38 |
| Hex | 78 | 52 | 4B | 0 | 20 | 25 | 35 | 9 | 17 | 26 |
| Octal | 170 | 122 | 113 | 0 | 40 | 45 | 65 | 11 | 27 | 46 |
| Binary | 1111000 | 1010010 | 1001011 | 0 | 100000 | 100101 | 110101 | 1001 | 10111 | 100110 |
Color Harmonies of #78524B
Complementary color
Monochromatic Colors of #78524B
Black with #78524B
Text Example
Text Example
White with #78524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78524B; }
p { color: rgb(120,82,75); }
H1.HeaderClassName
{
color: #78524B;
}
.AnyTagClassName
{
color: #78524B;
}
</style>
background-color css
<style>
a { background-color: #78524B; }
a { background-color: rgb(120,82,75); }
div.DivClassName
{
background-color: #78524B;
}
.BgClassName
{
background-color: #78524B;
}
</style>
border-color css
<style>
span { border-color: #78524B; }
span { border-color: rgb(120,82,75); }
td.TdClassName
{
border-color: #78524B;
}
.TagClassName
{
border-color: #78524B;
}
</style>