Shades of Buccaneer #76534A
Tints of Buccaneer #76534A
RGB
CMYK
RGB Variations
Color information
#76534A (or 0x76534A) is known color: Buccaneer. HEX triplet: 76, 53 and 4A. RGB value is (118,83,74). Sum of RGB (Red+Green+Blue) = 118+83+74=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76534A is #89ACB5. Grayscale: #5C5C5C. Windows color (decimal): -9022646 or 4871030. OLE color: 4871030.
HSL color Cylindrical-coordinate representation of color #76534A: hue angle of 12.27º 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 #76534A is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 74 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.54 |
| HSL | 12.27º | 0.23% | 0.38% | - |
| HSV(B) | 12.27º | 0.37% | 0.46% | - |
| XYZ | 11.8 | 10.53 | 7.89 | - |
| YUV | 92.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 74 | 0 | 0.30 | 0.37 | 0.54 | 12.27 | 0.23 | 0.38 |
| Hex | 76 | 53 | 4A | 0 | 1E | 25 | 36 | C | 17 | 26 |
| Octal | 166 | 123 | 112 | 0 | 36 | 45 | 66 | 14 | 27 | 46 |
| Binary | 1110110 | 1010011 | 1001010 | 0 | 11110 | 100101 | 110110 | 1100 | 10111 | 100110 |
Color Harmonies of #76534A
Complementary color
Monochromatic Colors of #76534A
Black with #76534A
Text Example
Text Example
White with #76534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76534A; }
p { color: rgb(118,83,74); }
H1.HeaderClassName
{
color: #76534A;
}
.AnyTagClassName
{
color: #76534A;
}
</style>
background-color css
<style>
a { background-color: #76534A; }
a { background-color: rgb(118,83,74); }
div.DivClassName
{
background-color: #76534A;
}
.BgClassName
{
background-color: #76534A;
}
</style>
border-color css
<style>
span { border-color: #76534A; }
span { border-color: rgb(118,83,74); }
td.TdClassName
{
border-color: #76534A;
}
.TagClassName
{
border-color: #76534A;
}
</style>