Shades of Buccaneer #72554D
Tints of Buccaneer #72554D
RGB
CMYK
RGB Variations
Color information
#72554D (or 0x72554D) is known color: Buccaneer. HEX triplet: 72, 55 and 4D. RGB value is (114,85,77). Sum of RGB (Red+Green+Blue) = 114+85+77=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72554D is #8DAAB2. Grayscale: #5C5C5C. Windows color (decimal): -9284275 or 5068146. OLE color: 5068146.
HSL color Cylindrical-coordinate representation of color #72554D: hue angle of 12.97º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72554D is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 85 | 77 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.55 |
| HSL | 12.97º | 0.19% | 0.37% | - |
| HSV(B) | 12.97º | 0.32% | 0.45% | - |
| XYZ | 11.53 | 10.61 | 8.46 | - |
| YUV | 92.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 77 | 0 | 0.25 | 0.32 | 0.55 | 12.97 | 0.19 | 0.37 |
| Hex | 72 | 55 | 4D | 0 | 19 | 20 | 37 | D | 13 | 25 |
| Octal | 162 | 125 | 115 | 0 | 31 | 40 | 67 | 15 | 23 | 45 |
| Binary | 1110010 | 1010101 | 1001101 | 0 | 11001 | 100000 | 110111 | 1101 | 10011 | 100101 |
Color Harmonies of #72554D
Complementary color
Monochromatic Colors of #72554D
Black with #72554D
Text Example
Text Example
White with #72554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72554D; }
p { color: rgb(114,85,77); }
H1.HeaderClassName
{
color: #72554D;
}
.AnyTagClassName
{
color: #72554D;
}
</style>
background-color css
<style>
a { background-color: #72554D; }
a { background-color: rgb(114,85,77); }
div.DivClassName
{
background-color: #72554D;
}
.BgClassName
{
background-color: #72554D;
}
</style>
border-color css
<style>
span { border-color: #72554D; }
span { border-color: rgb(114,85,77); }
td.TdClassName
{
border-color: #72554D;
}
.TagClassName
{
border-color: #72554D;
}
</style>