Shades of Buccaneer #7C5454
Tints of Buccaneer #7C5454
RGB
CMYK
RGB Variations
Color information
#7C5454 (or 0x7C5454) is known color: Buccaneer. HEX triplet: 7C, 54 and 54. RGB value is (124,84,84). Sum of RGB (Red+Green+Blue) = 124+84+84=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5454 is #83ABAB. Grayscale: #5F5F5F. Windows color (decimal): -8629164 or 5526652. OLE color: 5526652.
HSL color Cylindrical-coordinate representation of color #7C5454: hue angle of 0º 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 #7C5454 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 84 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.51 |
| HSL | 0º | 0.19% | 0.41% | - |
| HSV(B) | 0º | 0.32% | 0.49% | - |
| XYZ | 13.08 | 11.27 | 9.87 | - |
| YUV | 95.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 84 | 0 | 0.32 | 0.32 | 0.51 | 0 | 0.19 | 0.41 |
| Hex | 7C | 54 | 54 | 0 | 20 | 20 | 33 | 0 | 13 | 29 |
| Octal | 174 | 124 | 124 | 0 | 40 | 40 | 63 | 0 | 23 | 51 |
| Binary | 1111100 | 1010100 | 1010100 | 0 | 100000 | 100000 | 110011 | 0 | 10011 | 101001 |
Color Harmonies of #7C5454
Complementary color
Monochromatic Colors of #7C5454
Black with #7C5454
Text Example
Text Example
White with #7C5454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5454; }
p { color: rgb(124,84,84); }
H1.HeaderClassName
{
color: #7C5454;
}
.AnyTagClassName
{
color: #7C5454;
}
</style>
background-color css
<style>
a { background-color: #7C5454; }
a { background-color: rgb(124,84,84); }
div.DivClassName
{
background-color: #7C5454;
}
.BgClassName
{
background-color: #7C5454;
}
</style>
border-color css
<style>
span { border-color: #7C5454; }
span { border-color: rgb(124,84,84); }
td.TdClassName
{
border-color: #7C5454;
}
.TagClassName
{
border-color: #7C5454;
}
</style>