Shades of Buccaneer #725150
Tints of Buccaneer #725150
RGB
CMYK
RGB Variations
Color information
#725150 (or 0x725150) is known color: Buccaneer. HEX triplet: 72, 51 and 50. RGB value is (114,81,80). Sum of RGB (Red+Green+Blue) = 114+81+80=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #725150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725150 is #8DAEAF. Grayscale: #5A5A5A. Windows color (decimal): -9285296 or 5263730. OLE color: 5263730.
HSL color Cylindrical-coordinate representation of color #725150: hue angle of 1.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725150 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 80 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.55 |
| HSL | 1.76º | 0.18% | 0.38% | - |
| HSV(B) | 1.76º | 0.3% | 0.45% | - |
| XYZ | 11.33 | 10.04 | 8.93 | - |
| YUV | 90.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 80 | 0 | 0.29 | 0.30 | 0.55 | 1.76 | 0.18 | 0.38 |
| Hex | 72 | 51 | 50 | 0 | 1D | 1E | 37 | 2 | 12 | 26 |
| Octal | 162 | 121 | 120 | 0 | 35 | 36 | 67 | 2 | 22 | 46 |
| Binary | 1110010 | 1010001 | 1010000 | 0 | 11101 | 11110 | 110111 | 10 | 10010 | 100110 |
Color Harmonies of #725150
Complementary color
Monochromatic Colors of #725150
Black with #725150
Text Example
Text Example
White with #725150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725150; }
p { color: rgb(114,81,80); }
H1.HeaderClassName
{
color: #725150;
}
.AnyTagClassName
{
color: #725150;
}
</style>
background-color css
<style>
a { background-color: #725150; }
a { background-color: rgb(114,81,80); }
div.DivClassName
{
background-color: #725150;
}
.BgClassName
{
background-color: #725150;
}
</style>
border-color css
<style>
span { border-color: #725150; }
span { border-color: rgb(114,81,80); }
td.TdClassName
{
border-color: #725150;
}
.TagClassName
{
border-color: #725150;
}
</style>