Shades of Buccaneer #764F4A
Tints of Buccaneer #764F4A
RGB
CMYK
RGB Variations
Color information
#764F4A (or 0x764F4A) is known color: Buccaneer. HEX triplet: 76, 4F and 4A. RGB value is (118,79,74). Sum of RGB (Red+Green+Blue) = 118+79+74=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F4A is #89B0B5. Grayscale: #5A5A5A. Windows color (decimal): -9023670 or 4870006. OLE color: 4870006.
HSL color Cylindrical-coordinate representation of color #764F4A: hue angle of 6.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764F4A is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 74 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.54 |
| HSL | 6.82º | 0.23% | 0.38% | - |
| HSV(B) | 6.82º | 0.37% | 0.46% | - |
| XYZ | 11.5 | 9.94 | 7.79 | - |
| YUV | 90.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 74 | 0 | 0.33 | 0.37 | 0.54 | 6.82 | 0.23 | 0.38 |
| Hex | 76 | 4F | 4A | 0 | 21 | 25 | 36 | 7 | 17 | 26 |
| Octal | 166 | 117 | 112 | 0 | 41 | 45 | 66 | 7 | 27 | 46 |
| Binary | 1110110 | 1001111 | 1001010 | 0 | 100001 | 100101 | 110110 | 111 | 10111 | 100110 |
Color Harmonies of #764F4A
Complementary color
Monochromatic Colors of #764F4A
Black with #764F4A
Text Example
Text Example
White with #764F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F4A; }
p { color: rgb(118,79,74); }
H1.HeaderClassName
{
color: #764F4A;
}
.AnyTagClassName
{
color: #764F4A;
}
</style>
background-color css
<style>
a { background-color: #764F4A; }
a { background-color: rgb(118,79,74); }
div.DivClassName
{
background-color: #764F4A;
}
.BgClassName
{
background-color: #764F4A;
}
</style>
border-color css
<style>
span { border-color: #764F4A; }
span { border-color: rgb(118,79,74); }
td.TdClassName
{
border-color: #764F4A;
}
.TagClassName
{
border-color: #764F4A;
}
</style>