Shades of Buccaneer #794949
Tints of Buccaneer #794949
RGB
CMYK
RGB Variations
Color information
#794949 (or 0x794949) is known color: Buccaneer. HEX triplet: 79, 49 and 49. RGB value is (121,73,73). Sum of RGB (Red+Green+Blue) = 121+73+73=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #794949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794949 is #86B6B6. Grayscale: #575757. Windows color (decimal): -8828599 or 4802937. OLE color: 4802937.
HSL color Cylindrical-coordinate representation of color #794949: hue angle of 0º 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 #794949 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 73 | 73 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.53 |
| HSL | 0º | 0.25% | 0.38% | - |
| HSV(B) | 0º | 0.4% | 0.47% | - |
| XYZ | 11.47 | 9.31 | 7.5 | - |
| YUV | 87.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 73 | 0 | 0.40 | 0.40 | 0.53 | 0 | 0.25 | 0.38 |
| Hex | 79 | 49 | 49 | 0 | 28 | 28 | 35 | 0 | 19 | 26 |
| Octal | 171 | 111 | 111 | 0 | 50 | 50 | 65 | 0 | 31 | 46 |
| Binary | 1111001 | 1001001 | 1001001 | 0 | 101000 | 101000 | 110101 | 0 | 11001 | 100110 |
Color Harmonies of #794949
Complementary color
Monochromatic Colors of #794949
Black with #794949
Text Example
Text Example
White with #794949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794949; }
p { color: rgb(121,73,73); }
H1.HeaderClassName
{
color: #794949;
}
.AnyTagClassName
{
color: #794949;
}
</style>
background-color css
<style>
a { background-color: #794949; }
a { background-color: rgb(121,73,73); }
div.DivClassName
{
background-color: #794949;
}
.BgClassName
{
background-color: #794949;
}
</style>
border-color css
<style>
span { border-color: #794949; }
span { border-color: rgb(121,73,73); }
td.TdClassName
{
border-color: #794949;
}
.TagClassName
{
border-color: #794949;
}
</style>