Shades of Buccaneer #794E49
Tints of Buccaneer #794E49
RGB
CMYK
RGB Variations
Color information
#794E49 (or 0x794E49) is known color: Buccaneer. HEX triplet: 79, 4E and 49. RGB value is (121,78,73). Sum of RGB (Red+Green+Blue) = 121+78+73=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #794E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794E49 is #86B1B6. Grayscale: #5A5A5A. Windows color (decimal): -8827319 or 4804217. OLE color: 4804217.
HSL color Cylindrical-coordinate representation of color #794E49: hue angle of 6.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794E49 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 73 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.53 |
| HSL | 6.25º | 0.25% | 0.38% | - |
| HSV(B) | 6.25º | 0.4% | 0.47% | - |
| XYZ | 11.81 | 9.99 | 7.61 | - |
| YUV | 90.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 73 | 0 | 0.36 | 0.40 | 0.53 | 6.25 | 0.25 | 0.38 |
| Hex | 79 | 4E | 49 | 0 | 24 | 28 | 35 | 6 | 19 | 26 |
| Octal | 171 | 116 | 111 | 0 | 44 | 50 | 65 | 6 | 31 | 46 |
| Binary | 1111001 | 1001110 | 1001001 | 0 | 100100 | 101000 | 110101 | 110 | 11001 | 100110 |
Color Harmonies of #794E49
Complementary color
Monochromatic Colors of #794E49
Black with #794E49
Text Example
Text Example
White with #794E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E49; }
p { color: rgb(121,78,73); }
H1.HeaderClassName
{
color: #794E49;
}
.AnyTagClassName
{
color: #794E49;
}
</style>
background-color css
<style>
a { background-color: #794E49; }
a { background-color: rgb(121,78,73); }
div.DivClassName
{
background-color: #794E49;
}
.BgClassName
{
background-color: #794E49;
}
</style>
border-color css
<style>
span { border-color: #794E49; }
span { border-color: rgb(121,78,73); }
td.TdClassName
{
border-color: #794E49;
}
.TagClassName
{
border-color: #794E49;
}
</style>