Shades of Buccaneer #76544D
Tints of Buccaneer #76544D
RGB
CMYK
RGB Variations
Color information
#76544D (or 0x76544D) is known color: Buccaneer. HEX triplet: 76, 54 and 4D. RGB value is (118,84,77). Sum of RGB (Red+Green+Blue) = 118+84+77=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76544D is #89ABB2. Grayscale: #5D5D5D. Windows color (decimal): -9022387 or 5067894. OLE color: 5067894.
HSL color Cylindrical-coordinate representation of color #76544D: hue angle of 10.24º 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 #76544D is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 77 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.54 |
| HSL | 10.24º | 0.21% | 0.38% | - |
| HSV(B) | 10.24º | 0.35% | 0.46% | - |
| XYZ | 11.98 | 10.73 | 8.46 | - |
| YUV | 93.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 77 | 0 | 0.29 | 0.35 | 0.54 | 10.24 | 0.21 | 0.38 |
| Hex | 76 | 54 | 4D | 0 | 1D | 23 | 36 | A | 15 | 26 |
| Octal | 166 | 124 | 115 | 0 | 35 | 43 | 66 | 12 | 25 | 46 |
| Binary | 1110110 | 1010100 | 1001101 | 0 | 11101 | 100011 | 110110 | 1010 | 10101 | 100110 |
Color Harmonies of #76544D
Complementary color
Monochromatic Colors of #76544D
Black with #76544D
Text Example
Text Example
White with #76544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76544D; }
p { color: rgb(118,84,77); }
H1.HeaderClassName
{
color: #76544D;
}
.AnyTagClassName
{
color: #76544D;
}
</style>
background-color css
<style>
a { background-color: #76544D; }
a { background-color: rgb(118,84,77); }
div.DivClassName
{
background-color: #76544D;
}
.BgClassName
{
background-color: #76544D;
}
</style>
border-color css
<style>
span { border-color: #76544D; }
span { border-color: rgb(118,84,77); }
td.TdClassName
{
border-color: #76544D;
}
.TagClassName
{
border-color: #76544D;
}
</style>