Shades of Buccaneer #754E4C
Tints of Buccaneer #754E4C
RGB
CMYK
RGB Variations
Color information
#754E4C (or 0x754E4C) is known color: Buccaneer. HEX triplet: 75, 4E and 4C. RGB value is (117,78,76). Sum of RGB (Red+Green+Blue) = 117+78+76=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #754E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E4C is #8AB1B3. Grayscale: #595959. Windows color (decimal): -9089460 or 5000821. OLE color: 5000821.
HSL color Cylindrical-coordinate representation of color #754E4C: hue angle of 2.93º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #754E4C is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 76 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.54 |
| HSL | 2.93º | 0.21% | 0.38% | - |
| HSV(B) | 2.93º | 0.35% | 0.46% | - |
| XYZ | 11.37 | 9.75 | 8.12 | - |
| YUV | 89.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 76 | 0 | 0.33 | 0.35 | 0.54 | 2.93 | 0.21 | 0.38 |
| Hex | 75 | 4E | 4C | 0 | 21 | 23 | 36 | 3 | 15 | 26 |
| Octal | 165 | 116 | 114 | 0 | 41 | 43 | 66 | 3 | 25 | 46 |
| Binary | 1110101 | 1001110 | 1001100 | 0 | 100001 | 100011 | 110110 | 11 | 10101 | 100110 |
Color Harmonies of #754E4C
Complementary color
Monochromatic Colors of #754E4C
Black with #754E4C
Text Example
Text Example
White with #754E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E4C; }
p { color: rgb(117,78,76); }
H1.HeaderClassName
{
color: #754E4C;
}
.AnyTagClassName
{
color: #754E4C;
}
</style>
background-color css
<style>
a { background-color: #754E4C; }
a { background-color: rgb(117,78,76); }
div.DivClassName
{
background-color: #754E4C;
}
.BgClassName
{
background-color: #754E4C;
}
</style>
border-color css
<style>
span { border-color: #754E4C; }
span { border-color: rgb(117,78,76); }
td.TdClassName
{
border-color: #754E4C;
}
.TagClassName
{
border-color: #754E4C;
}
</style>