Shades of Buccaneer #764D4A
Tints of Buccaneer #764D4A
RGB
CMYK
RGB Variations
Color information
#764D4A (or 0x764D4A) is known color: Buccaneer. HEX triplet: 76, 4D and 4A. RGB value is (118,77,74). Sum of RGB (Red+Green+Blue) = 118+77+74=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D4A is #89B2B5. Grayscale: #585858. Windows color (decimal): -9024182 or 4869494. OLE color: 4869494.
HSL color Cylindrical-coordinate representation of color #764D4A: hue angle of 4.09º 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 #764D4A is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 74 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.54 |
| HSL | 4.09º | 0.23% | 0.38% | - |
| HSV(B) | 4.09º | 0.37% | 0.46% | - |
| XYZ | 11.36 | 9.65 | 7.74 | - |
| YUV | 88.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 74 | 0 | 0.35 | 0.37 | 0.54 | 4.09 | 0.23 | 0.38 |
| Hex | 76 | 4D | 4A | 0 | 23 | 25 | 36 | 4 | 17 | 26 |
| Octal | 166 | 115 | 112 | 0 | 43 | 45 | 66 | 4 | 27 | 46 |
| Binary | 1110110 | 1001101 | 1001010 | 0 | 100011 | 100101 | 110110 | 100 | 10111 | 100110 |
Color Harmonies of #764D4A
Complementary color
Monochromatic Colors of #764D4A
Black with #764D4A
Text Example
Text Example
White with #764D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D4A; }
p { color: rgb(118,77,74); }
H1.HeaderClassName
{
color: #764D4A;
}
.AnyTagClassName
{
color: #764D4A;
}
</style>
background-color css
<style>
a { background-color: #764D4A; }
a { background-color: rgb(118,77,74); }
div.DivClassName
{
background-color: #764D4A;
}
.BgClassName
{
background-color: #764D4A;
}
</style>
border-color css
<style>
span { border-color: #764D4A; }
span { border-color: rgb(118,77,74); }
td.TdClassName
{
border-color: #764D4A;
}
.TagClassName
{
border-color: #764D4A;
}
</style>