Shades of Buccaneer #75554E
Tints of Buccaneer #75554E
RGB
CMYK
RGB Variations
Color information
#75554E (or 0x75554E) is known color: Buccaneer. HEX triplet: 75, 55 and 4E. RGB value is (117,85,78). Sum of RGB (Red+Green+Blue) = 117+85+78=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75554E is #8AAAB1. Grayscale: #5D5D5D. Windows color (decimal): -9087666 or 5133685. OLE color: 5133685.
HSL color Cylindrical-coordinate representation of color #75554E: hue angle of 10.77º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75554E is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 78 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.54 |
| HSL | 10.77º | 0.2% | 0.38% | - |
| HSV(B) | 10.77º | 0.33% | 0.46% | - |
| XYZ | 11.96 | 10.83 | 8.67 | - |
| YUV | 93.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 78 | 0 | 0.27 | 0.33 | 0.54 | 10.77 | 0.2 | 0.38 |
| Hex | 75 | 55 | 4E | 0 | 1B | 21 | 36 | B | 14 | 26 |
| Octal | 165 | 125 | 116 | 0 | 33 | 41 | 66 | 13 | 24 | 46 |
| Binary | 1110101 | 1010101 | 1001110 | 0 | 11011 | 100001 | 110110 | 1011 | 10100 | 100110 |
Color Harmonies of #75554E
Complementary color
Monochromatic Colors of #75554E
Black with #75554E
Text Example
Text Example
White with #75554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75554E; }
p { color: rgb(117,85,78); }
H1.HeaderClassName
{
color: #75554E;
}
.AnyTagClassName
{
color: #75554E;
}
</style>
background-color css
<style>
a { background-color: #75554E; }
a { background-color: rgb(117,85,78); }
div.DivClassName
{
background-color: #75554E;
}
.BgClassName
{
background-color: #75554E;
}
</style>
border-color css
<style>
span { border-color: #75554E; }
span { border-color: rgb(117,85,78); }
td.TdClassName
{
border-color: #75554E;
}
.TagClassName
{
border-color: #75554E;
}
</style>