Shades of Buccaneer #755552
Tints of Buccaneer #755552
RGB
CMYK
RGB Variations
Color information
#755552 (or 0x755552) is known color: Buccaneer. HEX triplet: 75, 55 and 52. RGB value is (117,85,82). Sum of RGB (Red+Green+Blue) = 117+85+82=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #755552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755552 is #8AAAAD. Grayscale: #5E5E5E. Windows color (decimal): -9087662 or 5395829. OLE color: 5395829.
HSL color Cylindrical-coordinate representation of color #755552: hue angle of 5.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755552 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 82 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.54 |
| HSL | 5.14º | 0.18% | 0.39% | - |
| HSV(B) | 5.14º | 0.3% | 0.46% | - |
| XYZ | 12.11 | 10.89 | 9.45 | - |
| YUV | 94.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 82 | 0 | 0.27 | 0.30 | 0.54 | 5.14 | 0.18 | 0.39 |
| Hex | 75 | 55 | 52 | 0 | 1B | 1E | 36 | 5 | 12 | 27 |
| Octal | 165 | 125 | 122 | 0 | 33 | 36 | 66 | 5 | 22 | 47 |
| Binary | 1110101 | 1010101 | 1010010 | 0 | 11011 | 11110 | 110110 | 101 | 10010 | 100111 |
Color Harmonies of #755552
Complementary color
Monochromatic Colors of #755552
Black with #755552
Text Example
Text Example
White with #755552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755552; }
p { color: rgb(117,85,82); }
H1.HeaderClassName
{
color: #755552;
}
.AnyTagClassName
{
color: #755552;
}
</style>
background-color css
<style>
a { background-color: #755552; }
a { background-color: rgb(117,85,82); }
div.DivClassName
{
background-color: #755552;
}
.BgClassName
{
background-color: #755552;
}
</style>
border-color css
<style>
span { border-color: #755552; }
span { border-color: rgb(117,85,82); }
td.TdClassName
{
border-color: #755552;
}
.TagClassName
{
border-color: #755552;
}
</style>