Shades of Buccaneer #79514A
Tints of Buccaneer #79514A
RGB
CMYK
RGB Variations
Color information
#79514A (or 0x79514A) is known color: Buccaneer. HEX triplet: 79, 51 and 4A. RGB value is (121,81,74). Sum of RGB (Red+Green+Blue) = 121+81+74=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #79514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79514A is #86AEB5. Grayscale: #5C5C5C. Windows color (decimal): -8826550 or 4870521. OLE color: 4870521.
HSL color Cylindrical-coordinate representation of color #79514A: hue angle of 8.94º 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 #79514A is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 74 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.53 |
| HSL | 8.94º | 0.24% | 0.38% | - |
| HSV(B) | 8.94º | 0.39% | 0.47% | - |
| XYZ | 12.06 | 10.44 | 7.86 | - |
| YUV | 92.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 74 | 0 | 0.33 | 0.39 | 0.53 | 8.94 | 0.24 | 0.38 |
| Hex | 79 | 51 | 4A | 0 | 21 | 27 | 35 | 9 | 18 | 26 |
| Octal | 171 | 121 | 112 | 0 | 41 | 47 | 65 | 11 | 30 | 46 |
| Binary | 1111001 | 1010001 | 1001010 | 0 | 100001 | 100111 | 110101 | 1001 | 11000 | 100110 |
Color Harmonies of #79514A
Complementary color
Monochromatic Colors of #79514A
Black with #79514A
Text Example
Text Example
White with #79514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79514A; }
p { color: rgb(121,81,74); }
H1.HeaderClassName
{
color: #79514A;
}
.AnyTagClassName
{
color: #79514A;
}
</style>
background-color css
<style>
a { background-color: #79514A; }
a { background-color: rgb(121,81,74); }
div.DivClassName
{
background-color: #79514A;
}
.BgClassName
{
background-color: #79514A;
}
</style>
border-color css
<style>
span { border-color: #79514A; }
span { border-color: rgb(121,81,74); }
td.TdClassName
{
border-color: #79514A;
}
.TagClassName
{
border-color: #79514A;
}
</style>