Shades of Buccaneer #76524A
Tints of Buccaneer #76524A
RGB
CMYK
RGB Variations
Color information
#76524A (or 0x76524A) is known color: Buccaneer. HEX triplet: 76, 52 and 4A. RGB value is (118,82,74). Sum of RGB (Red+Green+Blue) = 118+82+74=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76524A is #89ADB5. Grayscale: #5B5B5B. Windows color (decimal): -9022902 or 4870774. OLE color: 4870774.
HSL color Cylindrical-coordinate representation of color #76524A: hue angle of 10.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76524A is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 74 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.54 |
| HSL | 10.91º | 0.23% | 0.38% | - |
| HSV(B) | 10.91º | 0.37% | 0.46% | - |
| XYZ | 11.72 | 10.38 | 7.86 | - |
| YUV | 91.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 74 | 0 | 0.31 | 0.37 | 0.54 | 10.91 | 0.23 | 0.38 |
| Hex | 76 | 52 | 4A | 0 | 1F | 25 | 36 | B | 17 | 26 |
| Octal | 166 | 122 | 112 | 0 | 37 | 45 | 66 | 13 | 27 | 46 |
| Binary | 1110110 | 1010010 | 1001010 | 0 | 11111 | 100101 | 110110 | 1011 | 10111 | 100110 |
Color Harmonies of #76524A
Complementary color
Monochromatic Colors of #76524A
Black with #76524A
Text Example
Text Example
White with #76524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76524A; }
p { color: rgb(118,82,74); }
H1.HeaderClassName
{
color: #76524A;
}
.AnyTagClassName
{
color: #76524A;
}
</style>
background-color css
<style>
a { background-color: #76524A; }
a { background-color: rgb(118,82,74); }
div.DivClassName
{
background-color: #76524A;
}
.BgClassName
{
background-color: #76524A;
}
</style>
border-color css
<style>
span { border-color: #76524A; }
span { border-color: rgb(118,82,74); }
td.TdClassName
{
border-color: #76524A;
}
.TagClassName
{
border-color: #76524A;
}
</style>