Shades of Buccaneer #765754
Tints of Buccaneer #765754
RGB
CMYK
RGB Variations
Color information
#765754 (or 0x765754) is known color: Buccaneer. HEX triplet: 76, 57 and 54. RGB value is (118,87,84). Sum of RGB (Red+Green+Blue) = 118+87+84=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #765754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765754 is #89A8AB. Grayscale: #5F5F5F. Windows color (decimal): -9021612 or 5527414. OLE color: 5527414.
HSL color Cylindrical-coordinate representation of color #765754: hue angle of 5.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765754 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 84 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.54 |
| HSL | 5.29º | 0.17% | 0.4% | - |
| HSV(B) | 5.29º | 0.29% | 0.46% | - |
| XYZ | 12.48 | 11.31 | 9.91 | - |
| YUV | 95.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 84 | 0 | 0.26 | 0.29 | 0.54 | 5.29 | 0.17 | 0.4 |
| Hex | 76 | 57 | 54 | 0 | 1A | 1D | 36 | 5 | 11 | 28 |
| Octal | 166 | 127 | 124 | 0 | 32 | 35 | 66 | 5 | 21 | 50 |
| Binary | 1110110 | 1010111 | 1010100 | 0 | 11010 | 11101 | 110110 | 101 | 10001 | 101000 |
Color Harmonies of #765754
Complementary color
Monochromatic Colors of #765754
Black with #765754
Text Example
Text Example
White with #765754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765754; }
p { color: rgb(118,87,84); }
H1.HeaderClassName
{
color: #765754;
}
.AnyTagClassName
{
color: #765754;
}
</style>
background-color css
<style>
a { background-color: #765754; }
a { background-color: rgb(118,87,84); }
div.DivClassName
{
background-color: #765754;
}
.BgClassName
{
background-color: #765754;
}
</style>
border-color css
<style>
span { border-color: #765754; }
span { border-color: rgb(118,87,84); }
td.TdClassName
{
border-color: #765754;
}
.TagClassName
{
border-color: #765754;
}
</style>