Shades of Buccaneer #755A56
Tints of Buccaneer #755A56
RGB
CMYK
RGB Variations
Color information
#755A56 (or 0x755A56) is known color: Buccaneer. HEX triplet: 75, 5A and 56. RGB value is (117,90,86). Sum of RGB (Red+Green+Blue) = 117+90+86=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #755A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A56 is #8AA5A9. Grayscale: #616161. Windows color (decimal): -9086378 or 5659253. OLE color: 5659253.
HSL color Cylindrical-coordinate representation of color #755A56: hue angle of 7.74º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755A56 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 86 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.54 |
| HSL | 7.74º | 0.15% | 0.4% | - |
| HSV(B) | 7.74º | 0.26% | 0.46% | - |
| XYZ | 12.67 | 11.77 | 10.41 | - |
| YUV | 97.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 86 | 0 | 0.23 | 0.26 | 0.54 | 7.74 | 0.15 | 0.4 |
| Hex | 75 | 5A | 56 | 0 | 17 | 1A | 36 | 8 | F | 28 |
| Octal | 165 | 132 | 126 | 0 | 27 | 32 | 66 | 10 | 17 | 50 |
| Binary | 1110101 | 1011010 | 1010110 | 0 | 10111 | 11010 | 110110 | 1000 | 1111 | 101000 |
Color Harmonies of #755A56
Complementary color
Monochromatic Colors of #755A56
Black with #755A56
Text Example
Text Example
White with #755A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A56; }
p { color: rgb(117,90,86); }
H1.HeaderClassName
{
color: #755A56;
}
.AnyTagClassName
{
color: #755A56;
}
</style>
background-color css
<style>
a { background-color: #755A56; }
a { background-color: rgb(117,90,86); }
div.DivClassName
{
background-color: #755A56;
}
.BgClassName
{
background-color: #755A56;
}
</style>
border-color css
<style>
span { border-color: #755A56; }
span { border-color: rgb(117,90,86); }
td.TdClassName
{
border-color: #755A56;
}
.TagClassName
{
border-color: #755A56;
}
</style>