Shades of Buccaneer #755550
Tints of Buccaneer #755550
RGB
CMYK
RGB Variations
Color information
#755550 (or 0x755550) is known color: Buccaneer. HEX triplet: 75, 55 and 50. RGB value is (117,85,80). Sum of RGB (Red+Green+Blue) = 117+85+80=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #755550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755550 is #8AAAAF. Grayscale: #5E5E5E. Windows color (decimal): -9087664 or 5264757. OLE color: 5264757.
HSL color Cylindrical-coordinate representation of color #755550: hue angle of 8.11º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755550 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 80 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.54 |
| HSL | 8.11º | 0.19% | 0.39% | - |
| HSV(B) | 8.11º | 0.32% | 0.46% | - |
| XYZ | 12.03 | 10.86 | 9.05 | - |
| YUV | 94 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 80 | 0 | 0.27 | 0.32 | 0.54 | 8.11 | 0.19 | 0.39 |
| Hex | 75 | 55 | 50 | 0 | 1B | 20 | 36 | 8 | 13 | 27 |
| Octal | 165 | 125 | 120 | 0 | 33 | 40 | 66 | 10 | 23 | 47 |
| Binary | 1110101 | 1010101 | 1010000 | 0 | 11011 | 100000 | 110110 | 1000 | 10011 | 100111 |
Color Harmonies of #755550
Complementary color
Monochromatic Colors of #755550
Black with #755550
Text Example
Text Example
White with #755550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755550; }
p { color: rgb(117,85,80); }
H1.HeaderClassName
{
color: #755550;
}
.AnyTagClassName
{
color: #755550;
}
</style>
background-color css
<style>
a { background-color: #755550; }
a { background-color: rgb(117,85,80); }
div.DivClassName
{
background-color: #755550;
}
.BgClassName
{
background-color: #755550;
}
</style>
border-color css
<style>
span { border-color: #755550; }
span { border-color: rgb(117,85,80); }
td.TdClassName
{
border-color: #755550;
}
.TagClassName
{
border-color: #755550;
}
</style>