Shades of Buccaneer #765553
Tints of Buccaneer #765553
RGB
CMYK
RGB Variations
Color information
#765553 (or 0x765553) is known color: Buccaneer. HEX triplet: 76, 55 and 53. RGB value is (118,85,83). Sum of RGB (Red+Green+Blue) = 118+85+83=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765553 is #89AAAC. Grayscale: #5E5E5E. Windows color (decimal): -9022125 or 5461366. OLE color: 5461366.
HSL color Cylindrical-coordinate representation of color #765553: hue angle of 3.43º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765553 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 83 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.54 |
| HSL | 3.43º | 0.17% | 0.39% | - |
| HSV(B) | 3.43º | 0.3% | 0.46% | - |
| XYZ | 12.28 | 10.97 | 9.65 | - |
| YUV | 94.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 83 | 0 | 0.28 | 0.30 | 0.54 | 3.43 | 0.17 | 0.39 |
| Hex | 76 | 55 | 53 | 0 | 1C | 1E | 36 | 3 | 11 | 27 |
| Octal | 166 | 125 | 123 | 0 | 34 | 36 | 66 | 3 | 21 | 47 |
| Binary | 1110110 | 1010101 | 1010011 | 0 | 11100 | 11110 | 110110 | 11 | 10001 | 100111 |
Color Harmonies of #765553
Complementary color
Monochromatic Colors of #765553
Black with #765553
Text Example
Text Example
White with #765553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765553; }
p { color: rgb(118,85,83); }
H1.HeaderClassName
{
color: #765553;
}
.AnyTagClassName
{
color: #765553;
}
</style>
background-color css
<style>
a { background-color: #765553; }
a { background-color: rgb(118,85,83); }
div.DivClassName
{
background-color: #765553;
}
.BgClassName
{
background-color: #765553;
}
</style>
border-color css
<style>
span { border-color: #765553; }
span { border-color: rgb(118,85,83); }
td.TdClassName
{
border-color: #765553;
}
.TagClassName
{
border-color: #765553;
}
</style>