Shades of Buccaneer #734D4C
Tints of Buccaneer #734D4C
RGB
CMYK
RGB Variations
Color information
#734D4C (or 0x734D4C) is known color: Buccaneer. HEX triplet: 73, 4D and 4C. RGB value is (115,77,76). Sum of RGB (Red+Green+Blue) = 115+77+76=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #734D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D4C is #8CB2B3. Grayscale: #585858. Windows color (decimal): -9220788 or 5000563. OLE color: 5000563.
HSL color Cylindrical-coordinate representation of color #734D4C: hue angle of 1.54º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #734D4C is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 76 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.55 |
| HSL | 1.54º | 0.2% | 0.37% | - |
| HSV(B) | 1.54º | 0.34% | 0.45% | - |
| XYZ | 11.03 | 9.47 | 8.08 | - |
| YUV | 88.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 76 | 0 | 0.33 | 0.34 | 0.55 | 1.54 | 0.2 | 0.37 |
| Hex | 73 | 4D | 4C | 0 | 21 | 22 | 37 | 2 | 14 | 25 |
| Octal | 163 | 115 | 114 | 0 | 41 | 42 | 67 | 2 | 24 | 45 |
| Binary | 1110011 | 1001101 | 1001100 | 0 | 100001 | 100010 | 110111 | 10 | 10100 | 100101 |
Color Harmonies of #734D4C
Complementary color
Monochromatic Colors of #734D4C
Black with #734D4C
Text Example
Text Example
White with #734D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D4C; }
p { color: rgb(115,77,76); }
H1.HeaderClassName
{
color: #734D4C;
}
.AnyTagClassName
{
color: #734D4C;
}
</style>
background-color css
<style>
a { background-color: #734D4C; }
a { background-color: rgb(115,77,76); }
div.DivClassName
{
background-color: #734D4C;
}
.BgClassName
{
background-color: #734D4C;
}
</style>
border-color css
<style>
span { border-color: #734D4C; }
span { border-color: rgb(115,77,76); }
td.TdClassName
{
border-color: #734D4C;
}
.TagClassName
{
border-color: #734D4C;
}
</style>