Shades of Buccaneer #785151
Tints of Buccaneer #785151
RGB
CMYK
RGB Variations
Color information
#785151 (or 0x785151) is known color: Buccaneer. HEX triplet: 78, 51 and 51. RGB value is (120,81,81). Sum of RGB (Red+Green+Blue) = 120+81+81=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #785151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785151 is #87AEAE. Grayscale: #5C5C5C. Windows color (decimal): -8892079 or 5329272. OLE color: 5329272.
HSL color Cylindrical-coordinate representation of color #785151: hue angle of 0º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785151 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 81 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.53 |
| HSL | 0º | 0.19% | 0.39% | - |
| HSV(B) | 0º | 0.33% | 0.47% | - |
| XYZ | 12.17 | 10.47 | 9.16 | - |
| YUV | 92.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 81 | 0 | 0.32 | 0.32 | 0.53 | 0 | 0.19 | 0.39 |
| Hex | 78 | 51 | 51 | 0 | 20 | 20 | 35 | 0 | 13 | 27 |
| Octal | 170 | 121 | 121 | 0 | 40 | 40 | 65 | 0 | 23 | 47 |
| Binary | 1111000 | 1010001 | 1010001 | 0 | 100000 | 100000 | 110101 | 0 | 10011 | 100111 |
Color Harmonies of #785151
Complementary color
Monochromatic Colors of #785151
Black with #785151
Text Example
Text Example
White with #785151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785151; }
p { color: rgb(120,81,81); }
H1.HeaderClassName
{
color: #785151;
}
.AnyTagClassName
{
color: #785151;
}
</style>
background-color css
<style>
a { background-color: #785151; }
a { background-color: rgb(120,81,81); }
div.DivClassName
{
background-color: #785151;
}
.BgClassName
{
background-color: #785151;
}
</style>
border-color css
<style>
span { border-color: #785151; }
span { border-color: rgb(120,81,81); }
td.TdClassName
{
border-color: #785151;
}
.TagClassName
{
border-color: #785151;
}
</style>