Shades of Buccaneer #764E4A
Tints of Buccaneer #764E4A
RGB
CMYK
RGB Variations
Color information
#764E4A (or 0x764E4A) is known color: Buccaneer. HEX triplet: 76, 4E and 4A. RGB value is (118,78,74). Sum of RGB (Red+Green+Blue) = 118+78+74=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #764E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E4A is #89B1B5. Grayscale: #595959. Windows color (decimal): -9023926 or 4869750. OLE color: 4869750.
HSL color Cylindrical-coordinate representation of color #764E4A: hue angle of 5.45º 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 #764E4A is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 74 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.54 |
| HSL | 5.45º | 0.23% | 0.38% | - |
| HSV(B) | 5.45º | 0.37% | 0.46% | - |
| XYZ | 11.43 | 9.79 | 7.77 | - |
| YUV | 89.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 74 | 0 | 0.34 | 0.37 | 0.54 | 5.45 | 0.23 | 0.38 |
| Hex | 76 | 4E | 4A | 0 | 22 | 25 | 36 | 5 | 17 | 26 |
| Octal | 166 | 116 | 112 | 0 | 42 | 45 | 66 | 5 | 27 | 46 |
| Binary | 1110110 | 1001110 | 1001010 | 0 | 100010 | 100101 | 110110 | 101 | 10111 | 100110 |
Color Harmonies of #764E4A
Complementary color
Monochromatic Colors of #764E4A
Black with #764E4A
Text Example
Text Example
White with #764E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E4A; }
p { color: rgb(118,78,74); }
H1.HeaderClassName
{
color: #764E4A;
}
.AnyTagClassName
{
color: #764E4A;
}
</style>
background-color css
<style>
a { background-color: #764E4A; }
a { background-color: rgb(118,78,74); }
div.DivClassName
{
background-color: #764E4A;
}
.BgClassName
{
background-color: #764E4A;
}
</style>
border-color css
<style>
span { border-color: #764E4A; }
span { border-color: rgb(118,78,74); }
td.TdClassName
{
border-color: #764E4A;
}
.TagClassName
{
border-color: #764E4A;
}
</style>