Shades of Buccaneer #755149
Tints of Buccaneer #755149
RGB
CMYK
RGB Variations
Color information
#755149 (or 0x755149) is known color: Buccaneer. HEX triplet: 75, 51 and 49. RGB value is (117,81,73). Sum of RGB (Red+Green+Blue) = 117+81+73=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755149 is #8AAEB6. Grayscale: #5A5A5A. Windows color (decimal): -9088695 or 4804981. OLE color: 4804981.
HSL color Cylindrical-coordinate representation of color #755149: hue angle of 10.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #755149 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 73 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.54 |
| HSL | 10.91º | 0.23% | 0.37% | - |
| HSV(B) | 10.91º | 0.38% | 0.46% | - |
| XYZ | 11.48 | 10.15 | 7.66 | - |
| YUV | 90.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 73 | 0 | 0.31 | 0.38 | 0.54 | 10.91 | 0.23 | 0.37 |
| Hex | 75 | 51 | 49 | 0 | 1F | 26 | 36 | B | 17 | 25 |
| Octal | 165 | 121 | 111 | 0 | 37 | 46 | 66 | 13 | 27 | 45 |
| Binary | 1110101 | 1010001 | 1001001 | 0 | 11111 | 100110 | 110110 | 1011 | 10111 | 100101 |
Color Harmonies of #755149
Complementary color
Monochromatic Colors of #755149
Black with #755149
Text Example
Text Example
White with #755149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755149; }
p { color: rgb(117,81,73); }
H1.HeaderClassName
{
color: #755149;
}
.AnyTagClassName
{
color: #755149;
}
</style>
background-color css
<style>
a { background-color: #755149; }
a { background-color: rgb(117,81,73); }
div.DivClassName
{
background-color: #755149;
}
.BgClassName
{
background-color: #755149;
}
</style>
border-color css
<style>
span { border-color: #755149; }
span { border-color: rgb(117,81,73); }
td.TdClassName
{
border-color: #755149;
}
.TagClassName
{
border-color: #755149;
}
</style>