Shades of Buccaneer #7C514D
Tints of Buccaneer #7C514D
RGB
CMYK
RGB Variations
Color information
#7C514D (or 0x7C514D) is known color: Buccaneer. HEX triplet: 7C, 51 and 4D. RGB value is (124,81,77). Sum of RGB (Red+Green+Blue) = 124+81+77=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C514D is #83AEB2. Grayscale: #5D5D5D. Windows color (decimal): -8629939 or 5067132. OLE color: 5067132.
HSL color Cylindrical-coordinate representation of color #7C514D: hue angle of 5.11º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C514D is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 77 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.51 |
| HSL | 5.11º | 0.23% | 0.39% | - |
| HSV(B) | 5.11º | 0.38% | 0.49% | - |
| XYZ | 12.59 | 10.71 | 8.42 | - |
| YUV | 93.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 77 | 0 | 0.35 | 0.38 | 0.51 | 5.11 | 0.23 | 0.39 |
| Hex | 7C | 51 | 4D | 0 | 23 | 26 | 33 | 5 | 17 | 27 |
| Octal | 174 | 121 | 115 | 0 | 43 | 46 | 63 | 5 | 27 | 47 |
| Binary | 1111100 | 1010001 | 1001101 | 0 | 100011 | 100110 | 110011 | 101 | 10111 | 100111 |
Color Harmonies of #7C514D
Complementary color
Monochromatic Colors of #7C514D
Black with #7C514D
Text Example
Text Example
White with #7C514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C514D; }
p { color: rgb(124,81,77); }
H1.HeaderClassName
{
color: #7C514D;
}
.AnyTagClassName
{
color: #7C514D;
}
</style>
background-color css
<style>
a { background-color: #7C514D; }
a { background-color: rgb(124,81,77); }
div.DivClassName
{
background-color: #7C514D;
}
.BgClassName
{
background-color: #7C514D;
}
</style>
border-color css
<style>
span { border-color: #7C514D; }
span { border-color: rgb(124,81,77); }
td.TdClassName
{
border-color: #7C514D;
}
.TagClassName
{
border-color: #7C514D;
}
</style>