Shades of Buccaneer #755852
Tints of Buccaneer #755852
RGB
CMYK
RGB Variations
Color information
#755852 (or 0x755852) is known color: Buccaneer. HEX triplet: 75, 58 and 52. RGB value is (117,88,82). Sum of RGB (Red+Green+Blue) = 117+88+82=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755852 is #8AA7AD. Grayscale: #606060. Windows color (decimal): -9086894 or 5396597. OLE color: 5396597.
HSL color Cylindrical-coordinate representation of color #755852: hue angle of 10.29º 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 #755852 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 88 | 82 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.54 |
| HSL | 10.29º | 0.18% | 0.39% | - |
| HSV(B) | 10.29º | 0.3% | 0.46% | - |
| XYZ | 12.35 | 11.37 | 9.53 | - |
| YUV | 95.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 82 | 0 | 0.25 | 0.30 | 0.54 | 10.29 | 0.18 | 0.39 |
| Hex | 75 | 58 | 52 | 0 | 19 | 1E | 36 | A | 12 | 27 |
| Octal | 165 | 130 | 122 | 0 | 31 | 36 | 66 | 12 | 22 | 47 |
| Binary | 1110101 | 1011000 | 1010010 | 0 | 11001 | 11110 | 110110 | 1010 | 10010 | 100111 |
Color Harmonies of #755852
Complementary color
Monochromatic Colors of #755852
Black with #755852
Text Example
Text Example
White with #755852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755852; }
p { color: rgb(117,88,82); }
H1.HeaderClassName
{
color: #755852;
}
.AnyTagClassName
{
color: #755852;
}
</style>
background-color css
<style>
a { background-color: #755852; }
a { background-color: rgb(117,88,82); }
div.DivClassName
{
background-color: #755852;
}
.BgClassName
{
background-color: #755852;
}
</style>
border-color css
<style>
span { border-color: #755852; }
span { border-color: rgb(117,88,82); }
td.TdClassName
{
border-color: #755852;
}
.TagClassName
{
border-color: #755852;
}
</style>