Shades of Buccaneer #765454
Tints of Buccaneer #765454
RGB
CMYK
RGB Variations
Color information
#765454 (or 0x765454) is known color: Buccaneer. HEX triplet: 76, 54 and 54. RGB value is (118,84,84). Sum of RGB (Red+Green+Blue) = 118+84+84=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765454 is #89ABAB. Grayscale: #5E5E5E. Windows color (decimal): -9022380 or 5526646. OLE color: 5526646.
HSL color Cylindrical-coordinate representation of color #765454: hue angle of 0º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765454 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 84 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.54 |
| HSL | 0º | 0.17% | 0.4% | - |
| HSV(B) | 0º | 0.29% | 0.46% | - |
| XYZ | 12.24 | 10.83 | 9.83 | - |
| YUV | 94.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 84 | 0 | 0.29 | 0.29 | 0.54 | 0 | 0.17 | 0.4 |
| Hex | 76 | 54 | 54 | 0 | 1D | 1D | 36 | 0 | 11 | 28 |
| Octal | 166 | 124 | 124 | 0 | 35 | 35 | 66 | 0 | 21 | 50 |
| Binary | 1110110 | 1010100 | 1010100 | 0 | 11101 | 11101 | 110110 | 0 | 10001 | 101000 |
Color Harmonies of #765454
Complementary color
Monochromatic Colors of #765454
Black with #765454
Text Example
Text Example
White with #765454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765454; }
p { color: rgb(118,84,84); }
H1.HeaderClassName
{
color: #765454;
}
.AnyTagClassName
{
color: #765454;
}
</style>
background-color css
<style>
a { background-color: #765454; }
a { background-color: rgb(118,84,84); }
div.DivClassName
{
background-color: #765454;
}
.BgClassName
{
background-color: #765454;
}
</style>
border-color css
<style>
span { border-color: #765454; }
span { border-color: rgb(118,84,84); }
td.TdClassName
{
border-color: #765454;
}
.TagClassName
{
border-color: #765454;
}
</style>