Shades of Buccaneer #755853
Tints of Buccaneer #755853
RGB
CMYK
RGB Variations
Color information
#755853 (or 0x755853) is known color: Buccaneer. HEX triplet: 75, 58 and 53. RGB value is (117,88,83). Sum of RGB (Red+Green+Blue) = 117+88+83=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755853 is #8AA7AC. Grayscale: #606060. Windows color (decimal): -9086893 or 5462133. OLE color: 5462133.
HSL color Cylindrical-coordinate representation of color #755853: hue angle of 8.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755853 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 88 | 83 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.54 |
| HSL | 8.82º | 0.17% | 0.39% | - |
| HSV(B) | 8.82º | 0.29% | 0.46% | - |
| XYZ | 12.39 | 11.39 | 9.73 | - |
| YUV | 96.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 83 | 0 | 0.25 | 0.29 | 0.54 | 8.82 | 0.17 | 0.39 |
| Hex | 75 | 58 | 53 | 0 | 19 | 1D | 36 | 9 | 11 | 27 |
| Octal | 165 | 130 | 123 | 0 | 31 | 35 | 66 | 11 | 21 | 47 |
| Binary | 1110101 | 1011000 | 1010011 | 0 | 11001 | 11101 | 110110 | 1001 | 10001 | 100111 |
Color Harmonies of #755853
Complementary color
Monochromatic Colors of #755853
Black with #755853
Text Example
Text Example
White with #755853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755853; }
p { color: rgb(117,88,83); }
H1.HeaderClassName
{
color: #755853;
}
.AnyTagClassName
{
color: #755853;
}
</style>
background-color css
<style>
a { background-color: #755853; }
a { background-color: rgb(117,88,83); }
div.DivClassName
{
background-color: #755853;
}
.BgClassName
{
background-color: #755853;
}
</style>
border-color css
<style>
span { border-color: #755853; }
span { border-color: rgb(117,88,83); }
td.TdClassName
{
border-color: #755853;
}
.TagClassName
{
border-color: #755853;
}
</style>