Shades of Buccaneer #75544C
Tints of Buccaneer #75544C
RGB
CMYK
RGB Variations
Color information
#75544C (or 0x75544C) is known color: Buccaneer. HEX triplet: 75, 54 and 4C. RGB value is (117,84,76). Sum of RGB (Red+Green+Blue) = 117+84+76=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75544C is #8AABB3. Grayscale: #5D5D5D. Windows color (decimal): -9087924 or 5002357. OLE color: 5002357.
HSL color Cylindrical-coordinate representation of color #75544C: hue angle of 11.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75544C is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 76 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.54 |
| HSL | 11.71º | 0.21% | 0.38% | - |
| HSV(B) | 11.71º | 0.35% | 0.46% | - |
| XYZ | 11.81 | 10.64 | 8.27 | - |
| YUV | 92.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 76 | 0 | 0.28 | 0.35 | 0.54 | 11.71 | 0.21 | 0.38 |
| Hex | 75 | 54 | 4C | 0 | 1C | 23 | 36 | C | 15 | 26 |
| Octal | 165 | 124 | 114 | 0 | 34 | 43 | 66 | 14 | 25 | 46 |
| Binary | 1110101 | 1010100 | 1001100 | 0 | 11100 | 100011 | 110110 | 1100 | 10101 | 100110 |
Color Harmonies of #75544C
Complementary color
Monochromatic Colors of #75544C
Black with #75544C
Text Example
Text Example
White with #75544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75544C; }
p { color: rgb(117,84,76); }
H1.HeaderClassName
{
color: #75544C;
}
.AnyTagClassName
{
color: #75544C;
}
</style>
background-color css
<style>
a { background-color: #75544C; }
a { background-color: rgb(117,84,76); }
div.DivClassName
{
background-color: #75544C;
}
.BgClassName
{
background-color: #75544C;
}
</style>
border-color css
<style>
span { border-color: #75544C; }
span { border-color: rgb(117,84,76); }
td.TdClassName
{
border-color: #75544C;
}
.TagClassName
{
border-color: #75544C;
}
</style>