Shades of Buccaneer #785450
Tints of Buccaneer #785450
RGB
CMYK
RGB Variations
Color information
#785450 (or 0x785450) is known color: Buccaneer. HEX triplet: 78, 54 and 50. RGB value is (120,84,80). Sum of RGB (Red+Green+Blue) = 120+84+80=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #785450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785450 is #87ABAF. Grayscale: #5E5E5E. Windows color (decimal): -8891312 or 5264504. OLE color: 5264504.
HSL color Cylindrical-coordinate representation of color #785450: hue angle of 6º 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 #785450 is Cyan = 0, Magento = 0.3, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 80 | - |
| CMYK | 0 | 0.3 | 0.33 | 0.53 |
| HSL | 6º | 0.2% | 0.39% | - |
| HSV(B) | 6º | 0.33% | 0.47% | - |
| XYZ | 12.36 | 10.91 | 9.04 | - |
| YUV | 94.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 80 | 0 | 0.3 | 0.33 | 0.53 | 6 | 0.2 | 0.39 |
| Hex | 78 | 54 | 50 | 0 | 1E | 21 | 35 | 6 | 14 | 27 |
| Octal | 170 | 124 | 120 | 0 | 36 | 41 | 65 | 6 | 24 | 47 |
| Binary | 1111000 | 1010100 | 1010000 | 0 | 11110 | 100001 | 110101 | 110 | 10100 | 100111 |
Color Harmonies of #785450
Complementary color
Monochromatic Colors of #785450
Black with #785450
Text Example
Text Example
White with #785450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785450; }
p { color: rgb(120,84,80); }
H1.HeaderClassName
{
color: #785450;
}
.AnyTagClassName
{
color: #785450;
}
</style>
background-color css
<style>
a { background-color: #785450; }
a { background-color: rgb(120,84,80); }
div.DivClassName
{
background-color: #785450;
}
.BgClassName
{
background-color: #785450;
}
</style>
border-color css
<style>
span { border-color: #785450; }
span { border-color: rgb(120,84,80); }
td.TdClassName
{
border-color: #785450;
}
.TagClassName
{
border-color: #785450;
}
</style>