Shades of Buccaneer #734F4D
Tints of Buccaneer #734F4D
RGB
CMYK
RGB Variations
Color information
#734F4D (or 0x734F4D) is known color: Buccaneer. HEX triplet: 73, 4F and 4D. RGB value is (115,79,77). Sum of RGB (Red+Green+Blue) = 115+79+77=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #734F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F4D is #8CB0B2. Grayscale: #595959. Windows color (decimal): -9220275 or 5066611. OLE color: 5066611.
HSL color Cylindrical-coordinate representation of color #734F4D: hue angle of 3.16º 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 #734F4D is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 77 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.55 |
| HSL | 3.16º | 0.2% | 0.38% | - |
| HSV(B) | 3.16º | 0.33% | 0.45% | - |
| XYZ | 11.21 | 9.77 | 8.32 | - |
| YUV | 89.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 77 | 0 | 0.31 | 0.33 | 0.55 | 3.16 | 0.2 | 0.38 |
| Hex | 73 | 4F | 4D | 0 | 1F | 21 | 37 | 3 | 14 | 26 |
| Octal | 163 | 117 | 115 | 0 | 37 | 41 | 67 | 3 | 24 | 46 |
| Binary | 1110011 | 1001111 | 1001101 | 0 | 11111 | 100001 | 110111 | 11 | 10100 | 100110 |
Color Harmonies of #734F4D
Complementary color
Monochromatic Colors of #734F4D
Black with #734F4D
Text Example
Text Example
White with #734F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F4D; }
p { color: rgb(115,79,77); }
H1.HeaderClassName
{
color: #734F4D;
}
.AnyTagClassName
{
color: #734F4D;
}
</style>
background-color css
<style>
a { background-color: #734F4D; }
a { background-color: rgb(115,79,77); }
div.DivClassName
{
background-color: #734F4D;
}
.BgClassName
{
background-color: #734F4D;
}
</style>
border-color css
<style>
span { border-color: #734F4D; }
span { border-color: rgb(115,79,77); }
td.TdClassName
{
border-color: #734F4D;
}
.TagClassName
{
border-color: #734F4D;
}
</style>