Shades of Buccaneer #76524E
Tints of Buccaneer #76524E
RGB
CMYK
RGB Variations
Color information
#76524E (or 0x76524E) is known color: Buccaneer. HEX triplet: 76, 52 and 4E. RGB value is (118,82,78). Sum of RGB (Red+Green+Blue) = 118+82+78=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76524E is #89ADB1. Grayscale: #5C5C5C. Windows color (decimal): -9022898 or 5132918. OLE color: 5132918.
HSL color Cylindrical-coordinate representation of color #76524E: hue angle of 6º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76524E is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 78 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.54 |
| HSL | 6º | 0.2% | 0.38% | - |
| HSV(B) | 6º | 0.34% | 0.46% | - |
| XYZ | 11.86 | 10.44 | 8.6 | - |
| YUV | 92.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 78 | 0 | 0.31 | 0.34 | 0.54 | 6 | 0.2 | 0.38 |
| Hex | 76 | 52 | 4E | 0 | 1F | 22 | 36 | 6 | 14 | 26 |
| Octal | 166 | 122 | 116 | 0 | 37 | 42 | 66 | 6 | 24 | 46 |
| Binary | 1110110 | 1010010 | 1001110 | 0 | 11111 | 100010 | 110110 | 110 | 10100 | 100110 |
Color Harmonies of #76524E
Complementary color
Monochromatic Colors of #76524E
Black with #76524E
Text Example
Text Example
White with #76524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76524E; }
p { color: rgb(118,82,78); }
H1.HeaderClassName
{
color: #76524E;
}
.AnyTagClassName
{
color: #76524E;
}
</style>
background-color css
<style>
a { background-color: #76524E; }
a { background-color: rgb(118,82,78); }
div.DivClassName
{
background-color: #76524E;
}
.BgClassName
{
background-color: #76524E;
}
</style>
border-color css
<style>
span { border-color: #76524E; }
span { border-color: rgb(118,82,78); }
td.TdClassName
{
border-color: #76524E;
}
.TagClassName
{
border-color: #76524E;
}
</style>