Shades of Buccaneer #774E49
Tints of Buccaneer #774E49
RGB
CMYK
RGB Variations
Color information
#774E49 (or 0x774E49) is known color: Buccaneer. HEX triplet: 77, 4E and 49. RGB value is (119,78,73). Sum of RGB (Red+Green+Blue) = 119+78+73=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #774E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E49 is #88B1B6. Grayscale: #595959. Windows color (decimal): -8958391 or 4804215. OLE color: 4804215.
HSL color Cylindrical-coordinate representation of color #774E49: hue angle of 6.52º 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 #774E49 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 73 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.53 |
| HSL | 6.52º | 0.24% | 0.38% | - |
| HSV(B) | 6.52º | 0.39% | 0.47% | - |
| XYZ | 11.53 | 9.85 | 7.6 | - |
| YUV | 89.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 73 | 0 | 0.34 | 0.39 | 0.53 | 6.52 | 0.24 | 0.38 |
| Hex | 77 | 4E | 49 | 0 | 22 | 27 | 35 | 7 | 18 | 26 |
| Octal | 167 | 116 | 111 | 0 | 42 | 47 | 65 | 7 | 30 | 46 |
| Binary | 1110111 | 1001110 | 1001001 | 0 | 100010 | 100111 | 110101 | 111 | 11000 | 100110 |
Color Harmonies of #774E49
Complementary color
Monochromatic Colors of #774E49
Black with #774E49
Text Example
Text Example
White with #774E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E49; }
p { color: rgb(119,78,73); }
H1.HeaderClassName
{
color: #774E49;
}
.AnyTagClassName
{
color: #774E49;
}
</style>
background-color css
<style>
a { background-color: #774E49; }
a { background-color: rgb(119,78,73); }
div.DivClassName
{
background-color: #774E49;
}
.BgClassName
{
background-color: #774E49;
}
</style>
border-color css
<style>
span { border-color: #774E49; }
span { border-color: rgb(119,78,73); }
td.TdClassName
{
border-color: #774E49;
}
.TagClassName
{
border-color: #774E49;
}
</style>