Shades of Buccaneer #76524D
Tints of Buccaneer #76524D
RGB
CMYK
RGB Variations
Color information
#76524D (or 0x76524D) is known color: Buccaneer. HEX triplet: 76, 52 and 4D. RGB value is (118,82,77). Sum of RGB (Red+Green+Blue) = 118+82+77=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76524D is #89ADB2. Grayscale: #5C5C5C. Windows color (decimal): -9022899 or 5067382. OLE color: 5067382.
HSL color Cylindrical-coordinate representation of color #76524D: hue angle of 7.32º 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 #76524D is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 77 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.54 |
| HSL | 7.32º | 0.21% | 0.38% | - |
| HSV(B) | 7.32º | 0.35% | 0.46% | - |
| XYZ | 11.83 | 10.42 | 8.41 | - |
| YUV | 92.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 77 | 0 | 0.31 | 0.35 | 0.54 | 7.32 | 0.21 | 0.38 |
| Hex | 76 | 52 | 4D | 0 | 1F | 23 | 36 | 7 | 15 | 26 |
| Octal | 166 | 122 | 115 | 0 | 37 | 43 | 66 | 7 | 25 | 46 |
| Binary | 1110110 | 1010010 | 1001101 | 0 | 11111 | 100011 | 110110 | 111 | 10101 | 100110 |
Color Harmonies of #76524D
Complementary color
Monochromatic Colors of #76524D
Black with #76524D
Text Example
Text Example
White with #76524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76524D; }
p { color: rgb(118,82,77); }
H1.HeaderClassName
{
color: #76524D;
}
.AnyTagClassName
{
color: #76524D;
}
</style>
background-color css
<style>
a { background-color: #76524D; }
a { background-color: rgb(118,82,77); }
div.DivClassName
{
background-color: #76524D;
}
.BgClassName
{
background-color: #76524D;
}
</style>
border-color css
<style>
span { border-color: #76524D; }
span { border-color: rgb(118,82,77); }
td.TdClassName
{
border-color: #76524D;
}
.TagClassName
{
border-color: #76524D;
}
</style>