Shades of Buccaneer #764A4A
Tints of Buccaneer #764A4A
RGB
CMYK
RGB Variations
Color information
#764A4A (or 0x764A4A) is known color: Buccaneer. HEX triplet: 76, 4A and 4A. RGB value is (118,74,74). Sum of RGB (Red+Green+Blue) = 118+74+74=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #764A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A4A is #89B5B5. Grayscale: #575757. Windows color (decimal): -9024950 or 4868726. OLE color: 4868726.
HSL color Cylindrical-coordinate representation of color #764A4A: hue angle of 0º 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 #764A4A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 74 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.54 |
| HSL | 0º | 0.23% | 0.38% | - |
| HSV(B) | 0º | 0.37% | 0.46% | - |
| XYZ | 11.16 | 9.24 | 7.67 | - |
| YUV | 87.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 74 | 0 | 0.37 | 0.37 | 0.54 | 0 | 0.23 | 0.38 |
| Hex | 76 | 4A | 4A | 0 | 25 | 25 | 36 | 0 | 17 | 26 |
| Octal | 166 | 112 | 112 | 0 | 45 | 45 | 66 | 0 | 27 | 46 |
| Binary | 1110110 | 1001010 | 1001010 | 0 | 100101 | 100101 | 110110 | 0 | 10111 | 100110 |
Color Harmonies of #764A4A
Complementary color
Monochromatic Colors of #764A4A
Black with #764A4A
Text Example
Text Example
White with #764A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A4A; }
p { color: rgb(118,74,74); }
H1.HeaderClassName
{
color: #764A4A;
}
.AnyTagClassName
{
color: #764A4A;
}
</style>
background-color css
<style>
a { background-color: #764A4A; }
a { background-color: rgb(118,74,74); }
div.DivClassName
{
background-color: #764A4A;
}
.BgClassName
{
background-color: #764A4A;
}
</style>
border-color css
<style>
span { border-color: #764A4A; }
span { border-color: rgb(118,74,74); }
td.TdClassName
{
border-color: #764A4A;
}
.TagClassName
{
border-color: #764A4A;
}
</style>