Shades of Buccaneer #754F4E
Tints of Buccaneer #754F4E
RGB
CMYK
RGB Variations
Color information
#754F4E (or 0x754F4E) is known color: Buccaneer. HEX triplet: 75, 4F and 4E. RGB value is (117,79,78). Sum of RGB (Red+Green+Blue) = 117+79+78=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #754F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F4E is #8AB0B1. Grayscale: #5A5A5A. Windows color (decimal): -9089202 or 5132149. OLE color: 5132149.
HSL color Cylindrical-coordinate representation of color #754F4E: hue angle of 1.54º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754F4E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 78 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.54 |
| HSL | 1.54º | 0.2% | 0.38% | - |
| HSV(B) | 1.54º | 0.33% | 0.46% | - |
| XYZ | 11.51 | 9.92 | 8.52 | - |
| YUV | 90.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 78 | 0 | 0.32 | 0.33 | 0.54 | 1.54 | 0.2 | 0.38 |
| Hex | 75 | 4F | 4E | 0 | 20 | 21 | 36 | 2 | 14 | 26 |
| Octal | 165 | 117 | 116 | 0 | 40 | 41 | 66 | 2 | 24 | 46 |
| Binary | 1110101 | 1001111 | 1001110 | 0 | 100000 | 100001 | 110110 | 10 | 10100 | 100110 |
Color Harmonies of #754F4E
Complementary color
Monochromatic Colors of #754F4E
Black with #754F4E
Text Example
Text Example
White with #754F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F4E; }
p { color: rgb(117,79,78); }
H1.HeaderClassName
{
color: #754F4E;
}
.AnyTagClassName
{
color: #754F4E;
}
</style>
background-color css
<style>
a { background-color: #754F4E; }
a { background-color: rgb(117,79,78); }
div.DivClassName
{
background-color: #754F4E;
}
.BgClassName
{
background-color: #754F4E;
}
</style>
border-color css
<style>
span { border-color: #754F4E; }
span { border-color: rgb(117,79,78); }
td.TdClassName
{
border-color: #754F4E;
}
.TagClassName
{
border-color: #754F4E;
}
</style>