Shades of Buccaneer #725752
Tints of Buccaneer #725752
RGB
CMYK
RGB Variations
Color information
#725752 (or 0x725752) is known color: Buccaneer. HEX triplet: 72, 57 and 52. RGB value is (114,87,82). Sum of RGB (Red+Green+Blue) = 114+87+82=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #725752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725752 is #8DA8AD. Grayscale: #5E5E5E. Windows color (decimal): -9283758 or 5396338. OLE color: 5396338.
HSL color Cylindrical-coordinate representation of color #725752: hue angle of 9.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725752 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 87 | 82 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.55 |
| HSL | 9.38º | 0.16% | 0.38% | - |
| HSV(B) | 9.38º | 0.28% | 0.45% | - |
| XYZ | 11.87 | 11 | 9.48 | - |
| YUV | 94.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 82 | 0 | 0.24 | 0.28 | 0.55 | 9.38 | 0.16 | 0.38 |
| Hex | 72 | 57 | 52 | 0 | 18 | 1C | 37 | 9 | 10 | 26 |
| Octal | 162 | 127 | 122 | 0 | 30 | 34 | 67 | 11 | 20 | 46 |
| Binary | 1110010 | 1010111 | 1010010 | 0 | 11000 | 11100 | 110111 | 1001 | 10000 | 100110 |
Color Harmonies of #725752
Complementary color
Monochromatic Colors of #725752
Black with #725752
Text Example
Text Example
White with #725752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725752; }
p { color: rgb(114,87,82); }
H1.HeaderClassName
{
color: #725752;
}
.AnyTagClassName
{
color: #725752;
}
</style>
background-color css
<style>
a { background-color: #725752; }
a { background-color: rgb(114,87,82); }
div.DivClassName
{
background-color: #725752;
}
.BgClassName
{
background-color: #725752;
}
</style>
border-color css
<style>
span { border-color: #725752; }
span { border-color: rgb(114,87,82); }
td.TdClassName
{
border-color: #725752;
}
.TagClassName
{
border-color: #725752;
}
</style>