Shades of Buccaneer #765653
Tints of Buccaneer #765653
RGB
CMYK
RGB Variations
Color information
#765653 (or 0x765653) is known color: Buccaneer. HEX triplet: 76, 56 and 53. RGB value is (118,86,83). Sum of RGB (Red+Green+Blue) = 118+86+83=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765653 is #89A9AC. Grayscale: #5F5F5F. Windows color (decimal): -9021869 or 5461622. OLE color: 5461622.
HSL color Cylindrical-coordinate representation of color #765653: hue angle of 5.14º 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 #765653 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 83 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.54 |
| HSL | 5.14º | 0.17% | 0.39% | - |
| HSV(B) | 5.14º | 0.3% | 0.46% | - |
| XYZ | 12.36 | 11.13 | 9.68 | - |
| YUV | 95.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 83 | 0 | 0.27 | 0.30 | 0.54 | 5.14 | 0.17 | 0.39 |
| Hex | 76 | 56 | 53 | 0 | 1B | 1E | 36 | 5 | 11 | 27 |
| Octal | 166 | 126 | 123 | 0 | 33 | 36 | 66 | 5 | 21 | 47 |
| Binary | 1110110 | 1010110 | 1010011 | 0 | 11011 | 11110 | 110110 | 101 | 10001 | 100111 |
Color Harmonies of #765653
Complementary color
Monochromatic Colors of #765653
Black with #765653
Text Example
Text Example
White with #765653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765653; }
p { color: rgb(118,86,83); }
H1.HeaderClassName
{
color: #765653;
}
.AnyTagClassName
{
color: #765653;
}
</style>
background-color css
<style>
a { background-color: #765653; }
a { background-color: rgb(118,86,83); }
div.DivClassName
{
background-color: #765653;
}
.BgClassName
{
background-color: #765653;
}
</style>
border-color css
<style>
span { border-color: #765653; }
span { border-color: rgb(118,86,83); }
td.TdClassName
{
border-color: #765653;
}
.TagClassName
{
border-color: #765653;
}
</style>