Shades of Buccaneer #7A554D
Tints of Buccaneer #7A554D
RGB
CMYK
RGB Variations
Color information
#7A554D (or 0x7A554D) is known color: Buccaneer. HEX triplet: 7A, 55 and 4D. RGB value is (122,85,77). Sum of RGB (Red+Green+Blue) = 122+85+77=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A554D is #85AAB2. Grayscale: #5F5F5F. Windows color (decimal): -8759987 or 5068154. OLE color: 5068154.
HSL color Cylindrical-coordinate representation of color #7A554D: hue angle of 10.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 #7A554D is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 77 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.52 |
| HSL | 10.67º | 0.23% | 0.39% | - |
| HSV(B) | 10.67º | 0.37% | 0.48% | - |
| XYZ | 12.61 | 11.17 | 8.51 | - |
| YUV | 95.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 77 | 0 | 0.30 | 0.37 | 0.52 | 10.67 | 0.23 | 0.39 |
| Hex | 7A | 55 | 4D | 0 | 1E | 25 | 34 | B | 17 | 27 |
| Octal | 172 | 125 | 115 | 0 | 36 | 45 | 64 | 13 | 27 | 47 |
| Binary | 1111010 | 1010101 | 1001101 | 0 | 11110 | 100101 | 110100 | 1011 | 10111 | 100111 |
Color Harmonies of #7A554D
Complementary color
Monochromatic Colors of #7A554D
Black with #7A554D
Text Example
Text Example
White with #7A554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A554D; }
p { color: rgb(122,85,77); }
H1.HeaderClassName
{
color: #7A554D;
}
.AnyTagClassName
{
color: #7A554D;
}
</style>
background-color css
<style>
a { background-color: #7A554D; }
a { background-color: rgb(122,85,77); }
div.DivClassName
{
background-color: #7A554D;
}
.BgClassName
{
background-color: #7A554D;
}
</style>
border-color css
<style>
span { border-color: #7A554D; }
span { border-color: rgb(122,85,77); }
td.TdClassName
{
border-color: #7A554D;
}
.TagClassName
{
border-color: #7A554D;
}
</style>