Shades of Buccaneer #725450
Tints of Buccaneer #725450
RGB
CMYK
RGB Variations
Color information
#725450 (or 0x725450) is known color: Buccaneer. HEX triplet: 72, 54 and 50. RGB value is (114,84,80). Sum of RGB (Red+Green+Blue) = 114+84+80=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #725450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725450 is #8DABAF. Grayscale: #5C5C5C. Windows color (decimal): -9284528 or 5264498. OLE color: 5264498.
HSL color Cylindrical-coordinate representation of color #725450: hue angle of 7.06º 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 #725450 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 84 | 80 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.55 |
| HSL | 7.06º | 0.18% | 0.38% | - |
| HSV(B) | 7.06º | 0.3% | 0.45% | - |
| XYZ | 11.56 | 10.5 | 9.01 | - |
| YUV | 92.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 80 | 0 | 0.26 | 0.30 | 0.55 | 7.06 | 0.18 | 0.38 |
| Hex | 72 | 54 | 50 | 0 | 1A | 1E | 37 | 7 | 12 | 26 |
| Octal | 162 | 124 | 120 | 0 | 32 | 36 | 67 | 7 | 22 | 46 |
| Binary | 1110010 | 1010100 | 1010000 | 0 | 11010 | 11110 | 110111 | 111 | 10010 | 100110 |
Color Harmonies of #725450
Complementary color
Monochromatic Colors of #725450
Black with #725450
Text Example
Text Example
White with #725450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725450; }
p { color: rgb(114,84,80); }
H1.HeaderClassName
{
color: #725450;
}
.AnyTagClassName
{
color: #725450;
}
</style>
background-color css
<style>
a { background-color: #725450; }
a { background-color: rgb(114,84,80); }
div.DivClassName
{
background-color: #725450;
}
.BgClassName
{
background-color: #725450;
}
</style>
border-color css
<style>
span { border-color: #725450; }
span { border-color: rgb(114,84,80); }
td.TdClassName
{
border-color: #725450;
}
.TagClassName
{
border-color: #725450;
}
</style>