Shades of Buccaneer #734D4D
Tints of Buccaneer #734D4D
RGB
CMYK
RGB Variations
Color information
#734D4D (or 0x734D4D) is known color: Buccaneer. HEX triplet: 73, 4D and 4D. RGB value is (115,77,77). Sum of RGB (Red+Green+Blue) = 115+77+77=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #734D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D4D is #8CB2B2. Grayscale: #585858. Windows color (decimal): -9220787 or 5066099. OLE color: 5066099.
HSL color Cylindrical-coordinate representation of color #734D4D: hue angle of 0º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #734D4D is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 77 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.55 |
| HSL | 0º | 0.2% | 0.38% | - |
| HSV(B) | 0º | 0.33% | 0.45% | - |
| XYZ | 11.06 | 9.49 | 8.27 | - |
| YUV | 88.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 77 | 0 | 0.33 | 0.33 | 0.55 | 0 | 0.2 | 0.38 |
| Hex | 73 | 4D | 4D | 0 | 21 | 21 | 37 | 0 | 14 | 26 |
| Octal | 163 | 115 | 115 | 0 | 41 | 41 | 67 | 0 | 24 | 46 |
| Binary | 1110011 | 1001101 | 1001101 | 0 | 100001 | 100001 | 110111 | 0 | 10100 | 100110 |
Color Harmonies of #734D4D
Complementary color
Monochromatic Colors of #734D4D
Black with #734D4D
Text Example
Text Example
White with #734D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D4D; }
p { color: rgb(115,77,77); }
H1.HeaderClassName
{
color: #734D4D;
}
.AnyTagClassName
{
color: #734D4D;
}
</style>
background-color css
<style>
a { background-color: #734D4D; }
a { background-color: rgb(115,77,77); }
div.DivClassName
{
background-color: #734D4D;
}
.BgClassName
{
background-color: #734D4D;
}
</style>
border-color css
<style>
span { border-color: #734D4D; }
span { border-color: rgb(115,77,77); }
td.TdClassName
{
border-color: #734D4D;
}
.TagClassName
{
border-color: #734D4D;
}
</style>