Shades of Buccaneer #725550
Tints of Buccaneer #725550
RGB
CMYK
RGB Variations
Color information
#725550 (or 0x725550) is known color: Buccaneer. HEX triplet: 72, 55 and 50. RGB value is (114,85,80). Sum of RGB (Red+Green+Blue) = 114+85+80=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725550 is #8DAAAF. Grayscale: #5D5D5D. Windows color (decimal): -9284272 or 5264754. OLE color: 5264754.
HSL color Cylindrical-coordinate representation of color #725550: hue angle of 8.82º 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 #725550 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 85 | 80 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.55 |
| HSL | 8.82º | 0.18% | 0.38% | - |
| HSV(B) | 8.82º | 0.3% | 0.45% | - |
| XYZ | 11.64 | 10.65 | 9.03 | - |
| YUV | 93.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 80 | 0 | 0.25 | 0.30 | 0.55 | 8.82 | 0.18 | 0.38 |
| Hex | 72 | 55 | 50 | 0 | 19 | 1E | 37 | 9 | 12 | 26 |
| Octal | 162 | 125 | 120 | 0 | 31 | 36 | 67 | 11 | 22 | 46 |
| Binary | 1110010 | 1010101 | 1010000 | 0 | 11001 | 11110 | 110111 | 1001 | 10010 | 100110 |
Color Harmonies of #725550
Complementary color
Monochromatic Colors of #725550
Black with #725550
Text Example
Text Example
White with #725550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725550; }
p { color: rgb(114,85,80); }
H1.HeaderClassName
{
color: #725550;
}
.AnyTagClassName
{
color: #725550;
}
</style>
background-color css
<style>
a { background-color: #725550; }
a { background-color: rgb(114,85,80); }
div.DivClassName
{
background-color: #725550;
}
.BgClassName
{
background-color: #725550;
}
</style>
border-color css
<style>
span { border-color: #725550; }
span { border-color: rgb(114,85,80); }
td.TdClassName
{
border-color: #725550;
}
.TagClassName
{
border-color: #725550;
}
</style>