Shades of Buccaneer #765755
Tints of Buccaneer #765755
RGB
CMYK
RGB Variations
Color information
#765755 (or 0x765755) is known color: Buccaneer. HEX triplet: 76, 57 and 55. RGB value is (118,87,85). Sum of RGB (Red+Green+Blue) = 118+87+85=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #765755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765755 is #89A8AA. Grayscale: #606060. Windows color (decimal): -9021611 or 5592950. OLE color: 5592950.
HSL color Cylindrical-coordinate representation of color #765755: hue angle of 3.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #765755 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 85 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.54 |
| HSL | 3.64º | 0.16% | 0.4% | - |
| HSV(B) | 3.64º | 0.28% | 0.46% | - |
| XYZ | 12.52 | 11.32 | 10.12 | - |
| YUV | 96.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 85 | 0 | 0.26 | 0.28 | 0.54 | 3.64 | 0.16 | 0.4 |
| Hex | 76 | 57 | 55 | 0 | 1A | 1C | 36 | 4 | 10 | 28 |
| Octal | 166 | 127 | 125 | 0 | 32 | 34 | 66 | 4 | 20 | 50 |
| Binary | 1110110 | 1010111 | 1010101 | 0 | 11010 | 11100 | 110110 | 100 | 10000 | 101000 |
Color Harmonies of #765755
Complementary color
Monochromatic Colors of #765755
Black with #765755
Text Example
Text Example
White with #765755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765755; }
p { color: rgb(118,87,85); }
H1.HeaderClassName
{
color: #765755;
}
.AnyTagClassName
{
color: #765755;
}
</style>
background-color css
<style>
a { background-color: #765755; }
a { background-color: rgb(118,87,85); }
div.DivClassName
{
background-color: #765755;
}
.BgClassName
{
background-color: #765755;
}
</style>
border-color css
<style>
span { border-color: #765755; }
span { border-color: rgb(118,87,85); }
td.TdClassName
{
border-color: #765755;
}
.TagClassName
{
border-color: #765755;
}
</style>