Shades of Buccaneer #7C5452
Tints of Buccaneer #7C5452
RGB
CMYK
RGB Variations
Color information
#7C5452 (or 0x7C5452) is known color: Buccaneer. HEX triplet: 7C, 54 and 52. RGB value is (124,84,82). Sum of RGB (Red+Green+Blue) = 124+84+82=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5452 is #83ABAD. Grayscale: #5F5F5F. Windows color (decimal): -8629166 or 5395580. OLE color: 5395580.
HSL color Cylindrical-coordinate representation of color #7C5452: hue angle of 2.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5452 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 82 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.51 |
| HSL | 2.86º | 0.2% | 0.4% | - |
| HSV(B) | 2.86º | 0.34% | 0.49% | - |
| XYZ | 13.01 | 11.23 | 9.47 | - |
| YUV | 95.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 82 | 0 | 0.32 | 0.34 | 0.51 | 2.86 | 0.2 | 0.4 |
| Hex | 7C | 54 | 52 | 0 | 20 | 22 | 33 | 3 | 14 | 28 |
| Octal | 174 | 124 | 122 | 0 | 40 | 42 | 63 | 3 | 24 | 50 |
| Binary | 1111100 | 1010100 | 1010010 | 0 | 100000 | 100010 | 110011 | 11 | 10100 | 101000 |
Color Harmonies of #7C5452
Complementary color
Monochromatic Colors of #7C5452
Black with #7C5452
Text Example
Text Example
White with #7C5452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5452; }
p { color: rgb(124,84,82); }
H1.HeaderClassName
{
color: #7C5452;
}
.AnyTagClassName
{
color: #7C5452;
}
</style>
background-color css
<style>
a { background-color: #7C5452; }
a { background-color: rgb(124,84,82); }
div.DivClassName
{
background-color: #7C5452;
}
.BgClassName
{
background-color: #7C5452;
}
</style>
border-color css
<style>
span { border-color: #7C5452; }
span { border-color: rgb(124,84,82); }
td.TdClassName
{
border-color: #7C5452;
}
.TagClassName
{
border-color: #7C5452;
}
</style>