Shades of Buccaneer #765555
Tints of Buccaneer #765555
RGB
CMYK
RGB Variations
Color information
#765555 (or 0x765555) is known color: Buccaneer. HEX triplet: 76, 55 and 55. RGB value is (118,85,85). Sum of RGB (Red+Green+Blue) = 118+85+85=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #765555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765555 is #89AAAA. Grayscale: #5E5E5E. Windows color (decimal): -9022123 or 5592438. OLE color: 5592438.
HSL color Cylindrical-coordinate representation of color #765555: hue angle of 0º 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 #765555 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 85 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.54 |
| HSL | 0º | 0.16% | 0.4% | - |
| HSV(B) | 0º | 0.28% | 0.46% | - |
| XYZ | 12.36 | 11 | 10.07 | - |
| YUV | 94.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 85 | 0 | 0.28 | 0.28 | 0.54 | 0 | 0.16 | 0.4 |
| Hex | 76 | 55 | 55 | 0 | 1C | 1C | 36 | 0 | 10 | 28 |
| Octal | 166 | 125 | 125 | 0 | 34 | 34 | 66 | 0 | 20 | 50 |
| Binary | 1110110 | 1010101 | 1010101 | 0 | 11100 | 11100 | 110110 | 0 | 10000 | 101000 |
Color Harmonies of #765555
Complementary color
Monochromatic Colors of #765555
Black with #765555
Text Example
Text Example
White with #765555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765555; }
p { color: rgb(118,85,85); }
H1.HeaderClassName
{
color: #765555;
}
.AnyTagClassName
{
color: #765555;
}
</style>
background-color css
<style>
a { background-color: #765555; }
a { background-color: rgb(118,85,85); }
div.DivClassName
{
background-color: #765555;
}
.BgClassName
{
background-color: #765555;
}
</style>
border-color css
<style>
span { border-color: #765555; }
span { border-color: rgb(118,85,85); }
td.TdClassName
{
border-color: #765555;
}
.TagClassName
{
border-color: #765555;
}
</style>