Shades of Buccaneer #72514E
Tints of Buccaneer #72514E
RGB
CMYK
RGB Variations
Color information
#72514E (or 0x72514E) is known color: Buccaneer. HEX triplet: 72, 51 and 4E. RGB value is (114,81,78). Sum of RGB (Red+Green+Blue) = 114+81+78=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72514E is #8DAEB1. Grayscale: #5A5A5A. Windows color (decimal): -9285298 or 5132658. OLE color: 5132658.
HSL color Cylindrical-coordinate representation of color #72514E: hue angle of 5º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72514E is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 78 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.55 |
| HSL | 5º | 0.19% | 0.38% | - |
| HSV(B) | 5º | 0.32% | 0.45% | - |
| XYZ | 11.26 | 10.01 | 8.55 | - |
| YUV | 90.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 78 | 0 | 0.29 | 0.32 | 0.55 | 5 | 0.19 | 0.38 |
| Hex | 72 | 51 | 4E | 0 | 1D | 20 | 37 | 5 | 13 | 26 |
| Octal | 162 | 121 | 116 | 0 | 35 | 40 | 67 | 5 | 23 | 46 |
| Binary | 1110010 | 1010001 | 1001110 | 0 | 11101 | 100000 | 110111 | 101 | 10011 | 100110 |
Color Harmonies of #72514E
Complementary color
Monochromatic Colors of #72514E
Black with #72514E
Text Example
Text Example
White with #72514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72514E; }
p { color: rgb(114,81,78); }
H1.HeaderClassName
{
color: #72514E;
}
.AnyTagClassName
{
color: #72514E;
}
</style>
background-color css
<style>
a { background-color: #72514E; }
a { background-color: rgb(114,81,78); }
div.DivClassName
{
background-color: #72514E;
}
.BgClassName
{
background-color: #72514E;
}
</style>
border-color css
<style>
span { border-color: #72514E; }
span { border-color: rgb(114,81,78); }
td.TdClassName
{
border-color: #72514E;
}
.TagClassName
{
border-color: #72514E;
}
</style>