Shades of Buccaneer #755653
Tints of Buccaneer #755653
RGB
CMYK
RGB Variations
Color information
#755653 (or 0x755653) is known color: Buccaneer. HEX triplet: 75, 56 and 53. RGB value is (117,86,83). Sum of RGB (Red+Green+Blue) = 117+86+83=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755653 is #8AA9AC. Grayscale: #5E5E5E. Windows color (decimal): -9087405 or 5461621. OLE color: 5461621.
HSL color Cylindrical-coordinate representation of color #755653: hue angle of 5.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755653 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 86 | 83 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.54 |
| HSL | 5.29º | 0.17% | 0.39% | - |
| HSV(B) | 5.29º | 0.29% | 0.46% | - |
| XYZ | 12.23 | 11.06 | 9.67 | - |
| YUV | 94.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 83 | 0 | 0.26 | 0.29 | 0.54 | 5.29 | 0.17 | 0.39 |
| Hex | 75 | 56 | 53 | 0 | 1A | 1D | 36 | 5 | 11 | 27 |
| Octal | 165 | 126 | 123 | 0 | 32 | 35 | 66 | 5 | 21 | 47 |
| Binary | 1110101 | 1010110 | 1010011 | 0 | 11010 | 11101 | 110110 | 101 | 10001 | 100111 |
Color Harmonies of #755653
Complementary color
Monochromatic Colors of #755653
Black with #755653
Text Example
Text Example
White with #755653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755653; }
p { color: rgb(117,86,83); }
H1.HeaderClassName
{
color: #755653;
}
.AnyTagClassName
{
color: #755653;
}
</style>
background-color css
<style>
a { background-color: #755653; }
a { background-color: rgb(117,86,83); }
div.DivClassName
{
background-color: #755653;
}
.BgClassName
{
background-color: #755653;
}
</style>
border-color css
<style>
span { border-color: #755653; }
span { border-color: rgb(117,86,83); }
td.TdClassName
{
border-color: #755653;
}
.TagClassName
{
border-color: #755653;
}
</style>