Shades of Buccaneer #76514C
Tints of Buccaneer #76514C
RGB
CMYK
RGB Variations
Color information
#76514C (or 0x76514C) is known color: Buccaneer. HEX triplet: 76, 51 and 4C. RGB value is (118,81,76). Sum of RGB (Red+Green+Blue) = 118+81+76=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76514C is #89AEB3. Grayscale: #5B5B5B. Windows color (decimal): -9023156 or 5001590. OLE color: 5001590.
HSL color Cylindrical-coordinate representation of color #76514C: hue angle of 7.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76514C is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 76 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.54 |
| HSL | 7.14º | 0.22% | 0.38% | - |
| HSV(B) | 7.14º | 0.36% | 0.46% | - |
| XYZ | 11.72 | 10.26 | 8.2 | - |
| YUV | 91.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 76 | 0 | 0.31 | 0.36 | 0.54 | 7.14 | 0.22 | 0.38 |
| Hex | 76 | 51 | 4C | 0 | 1F | 24 | 36 | 7 | 16 | 26 |
| Octal | 166 | 121 | 114 | 0 | 37 | 44 | 66 | 7 | 26 | 46 |
| Binary | 1110110 | 1010001 | 1001100 | 0 | 11111 | 100100 | 110110 | 111 | 10110 | 100110 |
Color Harmonies of #76514C
Complementary color
Monochromatic Colors of #76514C
Black with #76514C
Text Example
Text Example
White with #76514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76514C; }
p { color: rgb(118,81,76); }
H1.HeaderClassName
{
color: #76514C;
}
.AnyTagClassName
{
color: #76514C;
}
</style>
background-color css
<style>
a { background-color: #76514C; }
a { background-color: rgb(118,81,76); }
div.DivClassName
{
background-color: #76514C;
}
.BgClassName
{
background-color: #76514C;
}
</style>
border-color css
<style>
span { border-color: #76514C; }
span { border-color: rgb(118,81,76); }
td.TdClassName
{
border-color: #76514C;
}
.TagClassName
{
border-color: #76514C;
}
</style>