Shades of Buccaneer #724D4B
Tints of Buccaneer #724D4B
RGB
CMYK
RGB Variations
Color information
#724D4B (or 0x724D4B) is known color: Buccaneer. HEX triplet: 72, 4D and 4B. RGB value is (114,77,75). Sum of RGB (Red+Green+Blue) = 114+77+75=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #724D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D4B is #8DB2B4. Grayscale: #575757. Windows color (decimal): -9286325 or 4935026. OLE color: 4935026.
HSL color Cylindrical-coordinate representation of color #724D4B: hue angle of 3.08º degrees, saturation: 0.21, 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 #724D4B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 75 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.55 |
| HSL | 3.08º | 0.21% | 0.37% | - |
| HSV(B) | 3.08º | 0.34% | 0.45% | - |
| XYZ | 10.86 | 9.39 | 7.9 | - |
| YUV | 87.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 75 | 0 | 0.32 | 0.34 | 0.55 | 3.08 | 0.21 | 0.37 |
| Hex | 72 | 4D | 4B | 0 | 20 | 22 | 37 | 3 | 15 | 25 |
| Octal | 162 | 115 | 113 | 0 | 40 | 42 | 67 | 3 | 25 | 45 |
| Binary | 1110010 | 1001101 | 1001011 | 0 | 100000 | 100010 | 110111 | 11 | 10101 | 100101 |
Color Harmonies of #724D4B
Complementary color
Monochromatic Colors of #724D4B
Black with #724D4B
Text Example
Text Example
White with #724D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D4B; }
p { color: rgb(114,77,75); }
H1.HeaderClassName
{
color: #724D4B;
}
.AnyTagClassName
{
color: #724D4B;
}
</style>
background-color css
<style>
a { background-color: #724D4B; }
a { background-color: rgb(114,77,75); }
div.DivClassName
{
background-color: #724D4B;
}
.BgClassName
{
background-color: #724D4B;
}
</style>
border-color css
<style>
span { border-color: #724D4B; }
span { border-color: rgb(114,77,75); }
td.TdClassName
{
border-color: #724D4B;
}
.TagClassName
{
border-color: #724D4B;
}
</style>