Shades of Buccaneer #7E5656
Tints of Buccaneer #7E5656
RGB
CMYK
RGB Variations
Color information
#7E5656 (or 0x7E5656) is known color: Buccaneer. HEX triplet: 7E, 56 and 56. RGB value is (126,86,86). Sum of RGB (Red+Green+Blue) = 126+86+86=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5656 is #81A9A9. Grayscale: #626262. Windows color (decimal): -8497578 or 5658238. OLE color: 5658238.
HSL color Cylindrical-coordinate representation of color #7E5656: hue angle of 0º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E5656 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 86 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.51 |
| HSL | 0º | 0.19% | 0.42% | - |
| HSV(B) | 0º | 0.32% | 0.49% | - |
| XYZ | 13.61 | 11.76 | 10.36 | - |
| YUV | 97.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 86 | 0 | 0.32 | 0.32 | 0.51 | 0 | 0.19 | 0.42 |
| Hex | 7E | 56 | 56 | 0 | 20 | 20 | 33 | 0 | 13 | 2A |
| Octal | 176 | 126 | 126 | 0 | 40 | 40 | 63 | 0 | 23 | 52 |
| Binary | 1111110 | 1010110 | 1010110 | 0 | 100000 | 100000 | 110011 | 0 | 10011 | 101010 |
Color Harmonies of #7E5656
Complementary color
Monochromatic Colors of #7E5656
Black with #7E5656
Text Example
Text Example
White with #7E5656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5656; }
p { color: rgb(126,86,86); }
H1.HeaderClassName
{
color: #7E5656;
}
.AnyTagClassName
{
color: #7E5656;
}
</style>
background-color css
<style>
a { background-color: #7E5656; }
a { background-color: rgb(126,86,86); }
div.DivClassName
{
background-color: #7E5656;
}
.BgClassName
{
background-color: #7E5656;
}
</style>
border-color css
<style>
span { border-color: #7E5656; }
span { border-color: rgb(126,86,86); }
td.TdClassName
{
border-color: #7E5656;
}
.TagClassName
{
border-color: #7E5656;
}
</style>