Shades of Buccaneer #785250
Tints of Buccaneer #785250
RGB
CMYK
RGB Variations
Color information
#785250 (or 0x785250) is known color: Buccaneer. HEX triplet: 78, 52 and 50. RGB value is (120,82,80). Sum of RGB (Red+Green+Blue) = 120+82+80=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #785250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785250 is #87ADAF. Grayscale: #5D5D5D. Windows color (decimal): -8891824 or 5263992. OLE color: 5263992.
HSL color Cylindrical-coordinate representation of color #785250: hue angle of 3º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785250 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 80 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.53 |
| HSL | 3º | 0.2% | 0.39% | - |
| HSV(B) | 3º | 0.33% | 0.47% | - |
| XYZ | 12.21 | 10.61 | 8.99 | - |
| YUV | 93.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 80 | 0 | 0.32 | 0.33 | 0.53 | 3 | 0.2 | 0.39 |
| Hex | 78 | 52 | 50 | 0 | 20 | 21 | 35 | 3 | 14 | 27 |
| Octal | 170 | 122 | 120 | 0 | 40 | 41 | 65 | 3 | 24 | 47 |
| Binary | 1111000 | 1010010 | 1010000 | 0 | 100000 | 100001 | 110101 | 11 | 10100 | 100111 |
Color Harmonies of #785250
Complementary color
Monochromatic Colors of #785250
Black with #785250
Text Example
Text Example
White with #785250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785250; }
p { color: rgb(120,82,80); }
H1.HeaderClassName
{
color: #785250;
}
.AnyTagClassName
{
color: #785250;
}
</style>
background-color css
<style>
a { background-color: #785250; }
a { background-color: rgb(120,82,80); }
div.DivClassName
{
background-color: #785250;
}
.BgClassName
{
background-color: #785250;
}
</style>
border-color css
<style>
span { border-color: #785250; }
span { border-color: rgb(120,82,80); }
td.TdClassName
{
border-color: #785250;
}
.TagClassName
{
border-color: #785250;
}
</style>