Shades of Buccaneer #76564F
Tints of Buccaneer #76564F
RGB
CMYK
RGB Variations
Color information
#76564F (or 0x76564F) is known color: Buccaneer. HEX triplet: 76, 56 and 4F. RGB value is (118,86,79). Sum of RGB (Red+Green+Blue) = 118+86+79=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76564F is #89A9B0. Grayscale: #5E5E5E. Windows color (decimal): -9021873 or 5199478. OLE color: 5199478.
HSL color Cylindrical-coordinate representation of color #76564F: hue angle of 10.77º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76564F is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 79 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.54 |
| HSL | 10.77º | 0.2% | 0.39% | - |
| HSV(B) | 10.77º | 0.33% | 0.46% | - |
| XYZ | 12.21 | 11.07 | 8.89 | - |
| YUV | 94.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 79 | 0 | 0.27 | 0.33 | 0.54 | 10.77 | 0.2 | 0.39 |
| Hex | 76 | 56 | 4F | 0 | 1B | 21 | 36 | B | 14 | 27 |
| Octal | 166 | 126 | 117 | 0 | 33 | 41 | 66 | 13 | 24 | 47 |
| Binary | 1110110 | 1010110 | 1001111 | 0 | 11011 | 100001 | 110110 | 1011 | 10100 | 100111 |
Color Harmonies of #76564F
Complementary color
Monochromatic Colors of #76564F
Black with #76564F
Text Example
Text Example
White with #76564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76564F; }
p { color: rgb(118,86,79); }
H1.HeaderClassName
{
color: #76564F;
}
.AnyTagClassName
{
color: #76564F;
}
</style>
background-color css
<style>
a { background-color: #76564F; }
a { background-color: rgb(118,86,79); }
div.DivClassName
{
background-color: #76564F;
}
.BgClassName
{
background-color: #76564F;
}
</style>
border-color css
<style>
span { border-color: #76564F; }
span { border-color: rgb(118,86,79); }
td.TdClassName
{
border-color: #76564F;
}
.TagClassName
{
border-color: #76564F;
}
</style>