Shades of Buccaneer #72564F
Tints of Buccaneer #72564F
RGB
CMYK
RGB Variations
Color information
#72564F (or 0x72564F) is known color: Buccaneer. HEX triplet: 72, 56 and 4F. RGB value is (114,86,79). Sum of RGB (Red+Green+Blue) = 114+86+79=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72564F is #8DA9B0. Grayscale: #5D5D5D. Windows color (decimal): -9284017 or 5199474. OLE color: 5199474.
HSL color Cylindrical-coordinate representation of color #72564F: hue angle of 12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72564F is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 79 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.55 |
| HSL | 12º | 0.18% | 0.38% | - |
| HSV(B) | 12º | 0.31% | 0.45% | - |
| XYZ | 11.68 | 10.8 | 8.87 | - |
| YUV | 93.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 79 | 0 | 0.25 | 0.31 | 0.55 | 12 | 0.18 | 0.38 |
| Hex | 72 | 56 | 4F | 0 | 19 | 1F | 37 | C | 12 | 26 |
| Octal | 162 | 126 | 117 | 0 | 31 | 37 | 67 | 14 | 22 | 46 |
| Binary | 1110010 | 1010110 | 1001111 | 0 | 11001 | 11111 | 110111 | 1100 | 10010 | 100110 |
Color Harmonies of #72564F
Complementary color
Monochromatic Colors of #72564F
Black with #72564F
Text Example
Text Example
White with #72564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72564F; }
p { color: rgb(114,86,79); }
H1.HeaderClassName
{
color: #72564F;
}
.AnyTagClassName
{
color: #72564F;
}
</style>
background-color css
<style>
a { background-color: #72564F; }
a { background-color: rgb(114,86,79); }
div.DivClassName
{
background-color: #72564F;
}
.BgClassName
{
background-color: #72564F;
}
</style>
border-color css
<style>
span { border-color: #72564F; }
span { border-color: rgb(114,86,79); }
td.TdClassName
{
border-color: #72564F;
}
.TagClassName
{
border-color: #72564F;
}
</style>