Shades of Buccaneer #764847
Tints of Buccaneer #764847
RGB
CMYK
RGB Variations
Color information
#764847 (or 0x764847) is known color: Buccaneer. HEX triplet: 76, 48 and 47. RGB value is (118,72,71). Sum of RGB (Red+Green+Blue) = 118+72+71=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #764847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764847 is #89B7B8. Grayscale: #555555. Windows color (decimal): -9025465 or 4671606. OLE color: 4671606.
HSL color Cylindrical-coordinate representation of color #764847: hue angle of 1.28º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764847 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 71 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.54 |
| HSL | 1.28º | 0.25% | 0.37% | - |
| HSV(B) | 1.28º | 0.4% | 0.46% | - |
| XYZ | 10.93 | 8.94 | 7.11 | - |
| YUV | 85.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 71 | 0 | 0.39 | 0.40 | 0.54 | 1.28 | 0.25 | 0.37 |
| Hex | 76 | 48 | 47 | 0 | 27 | 28 | 36 | 1 | 19 | 25 |
| Octal | 166 | 110 | 107 | 0 | 47 | 50 | 66 | 1 | 31 | 45 |
| Binary | 1110110 | 1001000 | 1000111 | 0 | 100111 | 101000 | 110110 | 1 | 11001 | 100101 |
Color Harmonies of #764847
Complementary color
Monochromatic Colors of #764847
Black with #764847
Text Example
Text Example
White with #764847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764847; }
p { color: rgb(118,72,71); }
H1.HeaderClassName
{
color: #764847;
}
.AnyTagClassName
{
color: #764847;
}
</style>
background-color css
<style>
a { background-color: #764847; }
a { background-color: rgb(118,72,71); }
div.DivClassName
{
background-color: #764847;
}
.BgClassName
{
background-color: #764847;
}
</style>
border-color css
<style>
span { border-color: #764847; }
span { border-color: rgb(118,72,71); }
td.TdClassName
{
border-color: #764847;
}
.TagClassName
{
border-color: #764847;
}
</style>