Shades of Buccaneer #7A524D
Tints of Buccaneer #7A524D
RGB
CMYK
RGB Variations
Color information
#7A524D (or 0x7A524D) is known color: Buccaneer. HEX triplet: 7A, 52 and 4D. RGB value is (122,82,77). Sum of RGB (Red+Green+Blue) = 122+82+77=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A524D is #85ADB2. Grayscale: #5D5D5D. Windows color (decimal): -8760755 or 5067386. OLE color: 5067386.
HSL color Cylindrical-coordinate representation of color #7A524D: hue angle of 6.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A524D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 77 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.52 |
| HSL | 6.67º | 0.23% | 0.39% | - |
| HSV(B) | 6.67º | 0.37% | 0.48% | - |
| XYZ | 12.38 | 10.71 | 8.44 | - |
| YUV | 93.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 77 | 0 | 0.33 | 0.37 | 0.52 | 6.67 | 0.23 | 0.39 |
| Hex | 7A | 52 | 4D | 0 | 21 | 25 | 34 | 7 | 17 | 27 |
| Octal | 172 | 122 | 115 | 0 | 41 | 45 | 64 | 7 | 27 | 47 |
| Binary | 1111010 | 1010010 | 1001101 | 0 | 100001 | 100101 | 110100 | 111 | 10111 | 100111 |
Color Harmonies of #7A524D
Complementary color
Monochromatic Colors of #7A524D
Black with #7A524D
Text Example
Text Example
White with #7A524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A524D; }
p { color: rgb(122,82,77); }
H1.HeaderClassName
{
color: #7A524D;
}
.AnyTagClassName
{
color: #7A524D;
}
</style>
background-color css
<style>
a { background-color: #7A524D; }
a { background-color: rgb(122,82,77); }
div.DivClassName
{
background-color: #7A524D;
}
.BgClassName
{
background-color: #7A524D;
}
</style>
border-color css
<style>
span { border-color: #7A524D; }
span { border-color: rgb(122,82,77); }
td.TdClassName
{
border-color: #7A524D;
}
.TagClassName
{
border-color: #7A524D;
}
</style>