Shades of Buccaneer #764E4E
Tints of Buccaneer #764E4E
RGB
CMYK
RGB Variations
Color information
#764E4E (or 0x764E4E) is known color: Buccaneer. HEX triplet: 76, 4E and 4E. RGB value is (118,78,78). Sum of RGB (Red+Green+Blue) = 118+78+78=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #764E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E4E is #89B1B1. Grayscale: #595959. Windows color (decimal): -9023922 or 5131894. OLE color: 5131894.
HSL color Cylindrical-coordinate representation of color #764E4E: hue angle of 0º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E4E is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 78 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.54 |
| HSL | 0º | 0.2% | 0.38% | - |
| HSV(B) | 0º | 0.34% | 0.46% | - |
| XYZ | 11.57 | 9.85 | 8.5 | - |
| YUV | 89.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 78 | 0 | 0.34 | 0.34 | 0.54 | 0 | 0.2 | 0.38 |
| Hex | 76 | 4E | 4E | 0 | 22 | 22 | 36 | 0 | 14 | 26 |
| Octal | 166 | 116 | 116 | 0 | 42 | 42 | 66 | 0 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1001110 | 0 | 100010 | 100010 | 110110 | 0 | 10100 | 100110 |
Color Harmonies of #764E4E
Complementary color
Monochromatic Colors of #764E4E
Black with #764E4E
Text Example
Text Example
White with #764E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E4E; }
p { color: rgb(118,78,78); }
H1.HeaderClassName
{
color: #764E4E;
}
.AnyTagClassName
{
color: #764E4E;
}
</style>
background-color css
<style>
a { background-color: #764E4E; }
a { background-color: rgb(118,78,78); }
div.DivClassName
{
background-color: #764E4E;
}
.BgClassName
{
background-color: #764E4E;
}
</style>
border-color css
<style>
span { border-color: #764E4E; }
span { border-color: rgb(118,78,78); }
td.TdClassName
{
border-color: #764E4E;
}
.TagClassName
{
border-color: #764E4E;
}
</style>