Shades of Buccaneer #7A4E4D
Tints of Buccaneer #7A4E4D
RGB
CMYK
RGB Variations
Color information
#7A4E4D (or 0x7A4E4D) is known color: Buccaneer. HEX triplet: 7A, 4E and 4D. RGB value is (122,78,77). Sum of RGB (Red+Green+Blue) = 122+78+77=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4E4D is #85B1B2. Grayscale: #5B5B5B. Windows color (decimal): -8761779 or 5066362. OLE color: 5066362.
HSL color Cylindrical-coordinate representation of color #7A4E4D: hue angle of 1.33º 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 #7A4E4D is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 78 | 77 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.52 |
| HSL | 1.33º | 0.23% | 0.39% | - |
| HSV(B) | 1.33º | 0.37% | 0.48% | - |
| XYZ | 12.09 | 10.12 | 8.34 | - |
| YUV | 91.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 77 | 0 | 0.36 | 0.37 | 0.52 | 1.33 | 0.23 | 0.39 |
| Hex | 7A | 4E | 4D | 0 | 24 | 25 | 34 | 1 | 17 | 27 |
| Octal | 172 | 116 | 115 | 0 | 44 | 45 | 64 | 1 | 27 | 47 |
| Binary | 1111010 | 1001110 | 1001101 | 0 | 100100 | 100101 | 110100 | 1 | 10111 | 100111 |
Color Harmonies of #7A4E4D
Complementary color
Monochromatic Colors of #7A4E4D
Black with #7A4E4D
Text Example
Text Example
White with #7A4E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4E4D; }
p { color: rgb(122,78,77); }
H1.HeaderClassName
{
color: #7A4E4D;
}
.AnyTagClassName
{
color: #7A4E4D;
}
</style>
background-color css
<style>
a { background-color: #7A4E4D; }
a { background-color: rgb(122,78,77); }
div.DivClassName
{
background-color: #7A4E4D;
}
.BgClassName
{
background-color: #7A4E4D;
}
</style>
border-color css
<style>
span { border-color: #7A4E4D; }
span { border-color: rgb(122,78,77); }
td.TdClassName
{
border-color: #7A4E4D;
}
.TagClassName
{
border-color: #7A4E4D;
}
</style>