Shades of Buccaneer #7A5653
Tints of Buccaneer #7A5653
RGB
CMYK
RGB Variations
Color information
#7A5653 (or 0x7A5653) is known color: Buccaneer. HEX triplet: 7A, 56 and 53. RGB value is (122,86,83). Sum of RGB (Red+Green+Blue) = 122+86+83=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5653 is #85A9AC. Grayscale: #606060. Windows color (decimal): -8759725 or 5461626. OLE color: 5461626.
HSL color Cylindrical-coordinate representation of color #7A5653: hue angle of 4.62º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A5653 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 83 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.52 |
| HSL | 4.62º | 0.19% | 0.4% | - |
| HSV(B) | 4.62º | 0.32% | 0.48% | - |
| XYZ | 12.92 | 11.42 | 9.71 | - |
| YUV | 96.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 83 | 0 | 0.30 | 0.32 | 0.52 | 4.62 | 0.19 | 0.4 |
| Hex | 7A | 56 | 53 | 0 | 1E | 20 | 34 | 5 | 13 | 28 |
| Octal | 172 | 126 | 123 | 0 | 36 | 40 | 64 | 5 | 23 | 50 |
| Binary | 1111010 | 1010110 | 1010011 | 0 | 11110 | 100000 | 110100 | 101 | 10011 | 101000 |
Color Harmonies of #7A5653
Complementary color
Monochromatic Colors of #7A5653
Black with #7A5653
Text Example
Text Example
White with #7A5653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5653; }
p { color: rgb(122,86,83); }
H1.HeaderClassName
{
color: #7A5653;
}
.AnyTagClassName
{
color: #7A5653;
}
</style>
background-color css
<style>
a { background-color: #7A5653; }
a { background-color: rgb(122,86,83); }
div.DivClassName
{
background-color: #7A5653;
}
.BgClassName
{
background-color: #7A5653;
}
</style>
border-color css
<style>
span { border-color: #7A5653; }
span { border-color: rgb(122,86,83); }
td.TdClassName
{
border-color: #7A5653;
}
.TagClassName
{
border-color: #7A5653;
}
</style>