Shades of Buccaneer #75554C
Tints of Buccaneer #75554C
RGB
CMYK
RGB Variations
Color information
#75554C (or 0x75554C) is known color: Buccaneer. HEX triplet: 75, 55 and 4C. RGB value is (117,85,76). Sum of RGB (Red+Green+Blue) = 117+85+76=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75554C is #8AAAB3. Grayscale: #5D5D5D. Windows color (decimal): -9087668 or 5002613. OLE color: 5002613.
HSL color Cylindrical-coordinate representation of color #75554C: hue angle of 13.17º 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 #75554C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 76 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.54 |
| HSL | 13.17º | 0.21% | 0.38% | - |
| HSV(B) | 13.17º | 0.35% | 0.46% | - |
| XYZ | 11.89 | 10.8 | 8.3 | - |
| YUV | 93.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 76 | 0 | 0.27 | 0.35 | 0.54 | 13.17 | 0.21 | 0.38 |
| Hex | 75 | 55 | 4C | 0 | 1B | 23 | 36 | D | 15 | 26 |
| Octal | 165 | 125 | 114 | 0 | 33 | 43 | 66 | 15 | 25 | 46 |
| Binary | 1110101 | 1010101 | 1001100 | 0 | 11011 | 100011 | 110110 | 1101 | 10101 | 100110 |
Color Harmonies of #75554C
Complementary color
Monochromatic Colors of #75554C
Black with #75554C
Text Example
Text Example
White with #75554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75554C; }
p { color: rgb(117,85,76); }
H1.HeaderClassName
{
color: #75554C;
}
.AnyTagClassName
{
color: #75554C;
}
</style>
background-color css
<style>
a { background-color: #75554C; }
a { background-color: rgb(117,85,76); }
div.DivClassName
{
background-color: #75554C;
}
.BgClassName
{
background-color: #75554C;
}
</style>
border-color css
<style>
span { border-color: #75554C; }
span { border-color: rgb(117,85,76); }
td.TdClassName
{
border-color: #75554C;
}
.TagClassName
{
border-color: #75554C;
}
</style>