Shades of Buccaneer #755953
Tints of Buccaneer #755953
RGB
CMYK
RGB Variations
Color information
#755953 (or 0x755953) is known color: Buccaneer. HEX triplet: 75, 59 and 53. RGB value is (117,89,83). Sum of RGB (Red+Green+Blue) = 117+89+83=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #755953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755953 is #8AA6AC. Grayscale: #606060. Windows color (decimal): -9086637 or 5462389. OLE color: 5462389.
HSL color Cylindrical-coordinate representation of color #755953: hue angle of 10.59º 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 #755953 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 89 | 83 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.54 |
| HSL | 10.59º | 0.17% | 0.39% | - |
| HSV(B) | 10.59º | 0.29% | 0.46% | - |
| XYZ | 12.47 | 11.55 | 9.76 | - |
| YUV | 96.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 83 | 0 | 0.24 | 0.29 | 0.54 | 10.59 | 0.17 | 0.39 |
| Hex | 75 | 59 | 53 | 0 | 18 | 1D | 36 | B | 11 | 27 |
| Octal | 165 | 131 | 123 | 0 | 30 | 35 | 66 | 13 | 21 | 47 |
| Binary | 1110101 | 1011001 | 1010011 | 0 | 11000 | 11101 | 110110 | 1011 | 10001 | 100111 |
Color Harmonies of #755953
Complementary color
Monochromatic Colors of #755953
Black with #755953
Text Example
Text Example
White with #755953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755953; }
p { color: rgb(117,89,83); }
H1.HeaderClassName
{
color: #755953;
}
.AnyTagClassName
{
color: #755953;
}
</style>
background-color css
<style>
a { background-color: #755953; }
a { background-color: rgb(117,89,83); }
div.DivClassName
{
background-color: #755953;
}
.BgClassName
{
background-color: #755953;
}
</style>
border-color css
<style>
span { border-color: #755953; }
span { border-color: rgb(117,89,83); }
td.TdClassName
{
border-color: #755953;
}
.TagClassName
{
border-color: #755953;
}
</style>