Shades of Buccaneer #7A5754
Tints of Buccaneer #7A5754
RGB
CMYK
RGB Variations
Color information
#7A5754 (or 0x7A5754) is known color: Buccaneer. HEX triplet: 7A, 57 and 54. RGB value is (122,87,84). Sum of RGB (Red+Green+Blue) = 122+87+84=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5754 is #85A8AB. Grayscale: #616161. Windows color (decimal): -8759468 or 5527418. OLE color: 5527418.
HSL color Cylindrical-coordinate representation of color #7A5754: hue angle of 4.74º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A5754 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 84 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.52 |
| HSL | 4.74º | 0.18% | 0.4% | - |
| HSV(B) | 4.74º | 0.31% | 0.48% | - |
| XYZ | 13.03 | 11.59 | 9.94 | - |
| YUV | 97.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 84 | 0 | 0.29 | 0.31 | 0.52 | 4.74 | 0.18 | 0.4 |
| Hex | 7A | 57 | 54 | 0 | 1D | 1F | 34 | 5 | 12 | 28 |
| Octal | 172 | 127 | 124 | 0 | 35 | 37 | 64 | 5 | 22 | 50 |
| Binary | 1111010 | 1010111 | 1010100 | 0 | 11101 | 11111 | 110100 | 101 | 10010 | 101000 |
Color Harmonies of #7A5754
Complementary color
Monochromatic Colors of #7A5754
Black with #7A5754
Text Example
Text Example
White with #7A5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5754; }
p { color: rgb(122,87,84); }
H1.HeaderClassName
{
color: #7A5754;
}
.AnyTagClassName
{
color: #7A5754;
}
</style>
background-color css
<style>
a { background-color: #7A5754; }
a { background-color: rgb(122,87,84); }
div.DivClassName
{
background-color: #7A5754;
}
.BgClassName
{
background-color: #7A5754;
}
</style>
border-color css
<style>
span { border-color: #7A5754; }
span { border-color: rgb(122,87,84); }
td.TdClassName
{
border-color: #7A5754;
}
.TagClassName
{
border-color: #7A5754;
}
</style>