Shades of Buccaneer #775149
Tints of Buccaneer #775149
RGB
CMYK
RGB Variations
Color information
#775149 (or 0x775149) is known color: Buccaneer. HEX triplet: 77, 51 and 49. RGB value is (119,81,73). Sum of RGB (Red+Green+Blue) = 119+81+73=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775149 is #88AEB6. Grayscale: #5B5B5B. Windows color (decimal): -8957623 or 4804983. OLE color: 4804983.
HSL color Cylindrical-coordinate representation of color #775149: hue angle of 10.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775149 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 73 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.53 |
| HSL | 10.43º | 0.24% | 0.38% | - |
| HSV(B) | 10.43º | 0.39% | 0.47% | - |
| XYZ | 11.75 | 10.29 | 7.67 | - |
| YUV | 91.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 73 | 0 | 0.32 | 0.39 | 0.53 | 10.43 | 0.24 | 0.38 |
| Hex | 77 | 51 | 49 | 0 | 20 | 27 | 35 | A | 18 | 26 |
| Octal | 167 | 121 | 111 | 0 | 40 | 47 | 65 | 12 | 30 | 46 |
| Binary | 1110111 | 1010001 | 1001001 | 0 | 100000 | 100111 | 110101 | 1010 | 11000 | 100110 |
Color Harmonies of #775149
Complementary color
Monochromatic Colors of #775149
Black with #775149
Text Example
Text Example
White with #775149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775149; }
p { color: rgb(119,81,73); }
H1.HeaderClassName
{
color: #775149;
}
.AnyTagClassName
{
color: #775149;
}
</style>
background-color css
<style>
a { background-color: #775149; }
a { background-color: rgb(119,81,73); }
div.DivClassName
{
background-color: #775149;
}
.BgClassName
{
background-color: #775149;
}
</style>
border-color css
<style>
span { border-color: #775149; }
span { border-color: rgb(119,81,73); }
td.TdClassName
{
border-color: #775149;
}
.TagClassName
{
border-color: #775149;
}
</style>