Shades of Buccaneer #7E5856
Tints of Buccaneer #7E5856
RGB
CMYK
RGB Variations
Color information
#7E5856 (or 0x7E5856) is known color: Buccaneer. HEX triplet: 7E, 58 and 56. RGB value is (126,88,86). Sum of RGB (Red+Green+Blue) = 126+88+86=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5856 is #81A7A9. Grayscale: #636363. Windows color (decimal): -8497066 or 5658750. OLE color: 5658750.
HSL color Cylindrical-coordinate representation of color #7E5856: hue angle of 3º 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 #7E5856 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 88 | 86 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.51 |
| HSL | 3º | 0.19% | 0.42% | - |
| HSV(B) | 3º | 0.32% | 0.49% | - |
| XYZ | 13.77 | 12.09 | 10.41 | - |
| YUV | 99.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 86 | 0 | 0.30 | 0.32 | 0.51 | 3 | 0.19 | 0.42 |
| Hex | 7E | 58 | 56 | 0 | 1E | 20 | 33 | 3 | 13 | 2A |
| Octal | 176 | 130 | 126 | 0 | 36 | 40 | 63 | 3 | 23 | 52 |
| Binary | 1111110 | 1011000 | 1010110 | 0 | 11110 | 100000 | 110011 | 11 | 10011 | 101010 |
Color Harmonies of #7E5856
Complementary color
Monochromatic Colors of #7E5856
Black with #7E5856
Text Example
Text Example
White with #7E5856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5856; }
p { color: rgb(126,88,86); }
H1.HeaderClassName
{
color: #7E5856;
}
.AnyTagClassName
{
color: #7E5856;
}
</style>
background-color css
<style>
a { background-color: #7E5856; }
a { background-color: rgb(126,88,86); }
div.DivClassName
{
background-color: #7E5856;
}
.BgClassName
{
background-color: #7E5856;
}
</style>
border-color css
<style>
span { border-color: #7E5856; }
span { border-color: rgb(126,88,86); }
td.TdClassName
{
border-color: #7E5856;
}
.TagClassName
{
border-color: #7E5856;
}
</style>