Shades of Buccaneer #7A514C
Tints of Buccaneer #7A514C
RGB
CMYK
RGB Variations
Color information
#7A514C (or 0x7A514C) is known color: Buccaneer. HEX triplet: 7A, 51 and 4C. RGB value is (122,81,76). Sum of RGB (Red+Green+Blue) = 122+81+76=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A514C is #85AEB3. Grayscale: #5C5C5C. Windows color (decimal): -8761012 or 5001594. OLE color: 5001594.
HSL color Cylindrical-coordinate representation of color #7A514C: hue angle of 6.52º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A514C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 76 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.52 |
| HSL | 6.52º | 0.23% | 0.39% | - |
| HSV(B) | 6.52º | 0.38% | 0.48% | - |
| XYZ | 12.27 | 10.54 | 8.23 | - |
| YUV | 92.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 76 | 0 | 0.34 | 0.38 | 0.52 | 6.52 | 0.23 | 0.39 |
| Hex | 7A | 51 | 4C | 0 | 22 | 26 | 34 | 7 | 17 | 27 |
| Octal | 172 | 121 | 114 | 0 | 42 | 46 | 64 | 7 | 27 | 47 |
| Binary | 1111010 | 1010001 | 1001100 | 0 | 100010 | 100110 | 110100 | 111 | 10111 | 100111 |
Color Harmonies of #7A514C
Complementary color
Monochromatic Colors of #7A514C
Black with #7A514C
Text Example
Text Example
White with #7A514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A514C; }
p { color: rgb(122,81,76); }
H1.HeaderClassName
{
color: #7A514C;
}
.AnyTagClassName
{
color: #7A514C;
}
</style>
background-color css
<style>
a { background-color: #7A514C; }
a { background-color: rgb(122,81,76); }
div.DivClassName
{
background-color: #7A514C;
}
.BgClassName
{
background-color: #7A514C;
}
</style>
border-color css
<style>
span { border-color: #7A514C; }
span { border-color: rgb(122,81,76); }
td.TdClassName
{
border-color: #7A514C;
}
.TagClassName
{
border-color: #7A514C;
}
</style>