Shades of Buccaneer #754E4D
Tints of Buccaneer #754E4D
RGB
CMYK
RGB Variations
Color information
#754E4D (or 0x754E4D) is known color: Buccaneer. HEX triplet: 75, 4E and 4D. RGB value is (117,78,77). Sum of RGB (Red+Green+Blue) = 117+78+77=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E4D is #8AB1B2. Grayscale: #595959. Windows color (decimal): -9089459 or 5066357. OLE color: 5066357.
HSL color Cylindrical-coordinate representation of color #754E4D: hue angle of 1.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754E4D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 77 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.54 |
| HSL | 1.5º | 0.21% | 0.38% | - |
| HSV(B) | 1.5º | 0.34% | 0.46% | - |
| XYZ | 11.4 | 9.77 | 8.31 | - |
| YUV | 89.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 77 | 0 | 0.33 | 0.34 | 0.54 | 1.5 | 0.21 | 0.38 |
| Hex | 75 | 4E | 4D | 0 | 21 | 22 | 36 | 2 | 15 | 26 |
| Octal | 165 | 116 | 115 | 0 | 41 | 42 | 66 | 2 | 25 | 46 |
| Binary | 1110101 | 1001110 | 1001101 | 0 | 100001 | 100010 | 110110 | 10 | 10101 | 100110 |
Color Harmonies of #754E4D
Complementary color
Monochromatic Colors of #754E4D
Black with #754E4D
Text Example
Text Example
White with #754E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E4D; }
p { color: rgb(117,78,77); }
H1.HeaderClassName
{
color: #754E4D;
}
.AnyTagClassName
{
color: #754E4D;
}
</style>
background-color css
<style>
a { background-color: #754E4D; }
a { background-color: rgb(117,78,77); }
div.DivClassName
{
background-color: #754E4D;
}
.BgClassName
{
background-color: #754E4D;
}
</style>
border-color css
<style>
span { border-color: #754E4D; }
span { border-color: rgb(117,78,77); }
td.TdClassName
{
border-color: #754E4D;
}
.TagClassName
{
border-color: #754E4D;
}
</style>