Shades of Buccaneer #76554C
Tints of Buccaneer #76554C
RGB
CMYK
RGB Variations
Color information
#76554C (or 0x76554C) is known color: Buccaneer. HEX triplet: 76, 55 and 4C. RGB value is (118,85,76). Sum of RGB (Red+Green+Blue) = 118+85+76=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76554C is #89AAB3. Grayscale: #5D5D5D. Windows color (decimal): -9022132 or 5002614. OLE color: 5002614.
HSL color Cylindrical-coordinate representation of color #76554C: hue angle of 12.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76554C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 76 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.54 |
| HSL | 12.86º | 0.22% | 0.38% | - |
| HSV(B) | 12.86º | 0.36% | 0.46% | - |
| XYZ | 12.02 | 10.87 | 8.3 | - |
| YUV | 93.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 76 | 0 | 0.28 | 0.36 | 0.54 | 12.86 | 0.22 | 0.38 |
| Hex | 76 | 55 | 4C | 0 | 1C | 24 | 36 | D | 16 | 26 |
| Octal | 166 | 125 | 114 | 0 | 34 | 44 | 66 | 15 | 26 | 46 |
| Binary | 1110110 | 1010101 | 1001100 | 0 | 11100 | 100100 | 110110 | 1101 | 10110 | 100110 |
Color Harmonies of #76554C
Complementary color
Monochromatic Colors of #76554C
Black with #76554C
Text Example
Text Example
White with #76554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76554C; }
p { color: rgb(118,85,76); }
H1.HeaderClassName
{
color: #76554C;
}
.AnyTagClassName
{
color: #76554C;
}
</style>
background-color css
<style>
a { background-color: #76554C; }
a { background-color: rgb(118,85,76); }
div.DivClassName
{
background-color: #76554C;
}
.BgClassName
{
background-color: #76554C;
}
</style>
border-color css
<style>
span { border-color: #76554C; }
span { border-color: rgb(118,85,76); }
td.TdClassName
{
border-color: #76554C;
}
.TagClassName
{
border-color: #76554C;
}
</style>