Shades of Buccaneer #7C5854
Tints of Buccaneer #7C5854
RGB
CMYK
RGB Variations
Color information
#7C5854 (or 0x7C5854) is known color: Buccaneer. HEX triplet: 7C, 58 and 54. RGB value is (124,88,84). Sum of RGB (Red+Green+Blue) = 124+88+84=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5854 is #83A7AB. Grayscale: #626262. Windows color (decimal): -8628140 or 5527676. OLE color: 5527676.
HSL color Cylindrical-coordinate representation of color #7C5854: hue angle of 6º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C5854 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 84 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.51 |
| HSL | 6º | 0.19% | 0.41% | - |
| HSV(B) | 6º | 0.32% | 0.49% | - |
| XYZ | 13.4 | 11.9 | 9.98 | - |
| YUV | 98.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 84 | 0 | 0.29 | 0.32 | 0.51 | 6 | 0.19 | 0.41 |
| Hex | 7C | 58 | 54 | 0 | 1D | 20 | 33 | 6 | 13 | 29 |
| Octal | 174 | 130 | 124 | 0 | 35 | 40 | 63 | 6 | 23 | 51 |
| Binary | 1111100 | 1011000 | 1010100 | 0 | 11101 | 100000 | 110011 | 110 | 10011 | 101001 |
Color Harmonies of #7C5854
Complementary color
Monochromatic Colors of #7C5854
Black with #7C5854
Text Example
Text Example
White with #7C5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5854; }
p { color: rgb(124,88,84); }
H1.HeaderClassName
{
color: #7C5854;
}
.AnyTagClassName
{
color: #7C5854;
}
</style>
background-color css
<style>
a { background-color: #7C5854; }
a { background-color: rgb(124,88,84); }
div.DivClassName
{
background-color: #7C5854;
}
.BgClassName
{
background-color: #7C5854;
}
</style>
border-color css
<style>
span { border-color: #7C5854; }
span { border-color: rgb(124,88,84); }
td.TdClassName
{
border-color: #7C5854;
}
.TagClassName
{
border-color: #7C5854;
}
</style>