Shades of Buccaneer #774C49
Tints of Buccaneer #774C49
RGB
CMYK
RGB Variations
Color information
#774C49 (or 0x774C49) is known color: Buccaneer. HEX triplet: 77, 4C and 49. RGB value is (119,76,73). Sum of RGB (Red+Green+Blue) = 119+76+73=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C49 is #88B3B6. Grayscale: #585858. Windows color (decimal): -8958903 or 4803703. OLE color: 4803703.
HSL color Cylindrical-coordinate representation of color #774C49: hue angle of 3.91º 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 #774C49 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 73 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.53 |
| HSL | 3.91º | 0.24% | 0.38% | - |
| HSV(B) | 3.91º | 0.39% | 0.47% | - |
| XYZ | 11.39 | 9.57 | 7.55 | - |
| YUV | 88.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 73 | 0 | 0.36 | 0.39 | 0.53 | 3.91 | 0.24 | 0.38 |
| Hex | 77 | 4C | 49 | 0 | 24 | 27 | 35 | 4 | 18 | 26 |
| Octal | 167 | 114 | 111 | 0 | 44 | 47 | 65 | 4 | 30 | 46 |
| Binary | 1110111 | 1001100 | 1001001 | 0 | 100100 | 100111 | 110101 | 100 | 11000 | 100110 |
Color Harmonies of #774C49
Complementary color
Monochromatic Colors of #774C49
Black with #774C49
Text Example
Text Example
White with #774C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C49; }
p { color: rgb(119,76,73); }
H1.HeaderClassName
{
color: #774C49;
}
.AnyTagClassName
{
color: #774C49;
}
</style>
background-color css
<style>
a { background-color: #774C49; }
a { background-color: rgb(119,76,73); }
div.DivClassName
{
background-color: #774C49;
}
.BgClassName
{
background-color: #774C49;
}
</style>
border-color css
<style>
span { border-color: #774C49; }
span { border-color: rgb(119,76,73); }
td.TdClassName
{
border-color: #774C49;
}
.TagClassName
{
border-color: #774C49;
}
</style>