Shades of Buccaneer #7A504E
Tints of Buccaneer #7A504E
RGB
CMYK
RGB Variations
Color information
#7A504E (or 0x7A504E) is known color: Buccaneer. HEX triplet: 7A, 50 and 4E. RGB value is (122,80,78). Sum of RGB (Red+Green+Blue) = 122+80+78=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A504E is #85AFB1. Grayscale: #5C5C5C. Windows color (decimal): -8761266 or 5132410. OLE color: 5132410.
HSL color Cylindrical-coordinate representation of color #7A504E: hue angle of 2.73º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A504E is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 78 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.52 |
| HSL | 2.73º | 0.22% | 0.39% | - |
| HSV(B) | 2.73º | 0.36% | 0.48% | - |
| XYZ | 12.27 | 10.42 | 8.57 | - |
| YUV | 92.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 78 | 0 | 0.34 | 0.36 | 0.52 | 2.73 | 0.22 | 0.39 |
| Hex | 7A | 50 | 4E | 0 | 22 | 24 | 34 | 3 | 16 | 27 |
| Octal | 172 | 120 | 116 | 0 | 42 | 44 | 64 | 3 | 26 | 47 |
| Binary | 1111010 | 1010000 | 1001110 | 0 | 100010 | 100100 | 110100 | 11 | 10110 | 100111 |
Color Harmonies of #7A504E
Complementary color
Monochromatic Colors of #7A504E
Black with #7A504E
Text Example
Text Example
White with #7A504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A504E; }
p { color: rgb(122,80,78); }
H1.HeaderClassName
{
color: #7A504E;
}
.AnyTagClassName
{
color: #7A504E;
}
</style>
background-color css
<style>
a { background-color: #7A504E; }
a { background-color: rgb(122,80,78); }
div.DivClassName
{
background-color: #7A504E;
}
.BgClassName
{
background-color: #7A504E;
}
</style>
border-color css
<style>
span { border-color: #7A504E; }
span { border-color: rgb(122,80,78); }
td.TdClassName
{
border-color: #7A504E;
}
.TagClassName
{
border-color: #7A504E;
}
</style>