Shades of Buccaneer #754E47
Tints of Buccaneer #754E47
RGB
CMYK
RGB Variations
Color information
#754E47 (or 0x754E47) is known color: Buccaneer. HEX triplet: 75, 4E and 47. RGB value is (117,78,71). Sum of RGB (Red+Green+Blue) = 117+78+71=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #754E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E47 is #8AB1B8. Grayscale: #585858. Windows color (decimal): -9089465 or 4673141. OLE color: 4673141.
HSL color Cylindrical-coordinate representation of color #754E47: hue angle of 9.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754E47 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 71 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.54 |
| HSL | 9.13º | 0.24% | 0.37% | - |
| HSV(B) | 9.13º | 0.39% | 0.46% | - |
| XYZ | 11.2 | 9.69 | 7.24 | - |
| YUV | 88.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 71 | 0 | 0.33 | 0.39 | 0.54 | 9.13 | 0.24 | 0.37 |
| Hex | 75 | 4E | 47 | 0 | 21 | 27 | 36 | 9 | 18 | 25 |
| Octal | 165 | 116 | 107 | 0 | 41 | 47 | 66 | 11 | 30 | 45 |
| Binary | 1110101 | 1001110 | 1000111 | 0 | 100001 | 100111 | 110110 | 1001 | 11000 | 100101 |
Color Harmonies of #754E47
Complementary color
Monochromatic Colors of #754E47
Black with #754E47
Text Example
Text Example
White with #754E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E47; }
p { color: rgb(117,78,71); }
H1.HeaderClassName
{
color: #754E47;
}
.AnyTagClassName
{
color: #754E47;
}
</style>
background-color css
<style>
a { background-color: #754E47; }
a { background-color: rgb(117,78,71); }
div.DivClassName
{
background-color: #754E47;
}
.BgClassName
{
background-color: #754E47;
}
</style>
border-color css
<style>
span { border-color: #754E47; }
span { border-color: rgb(117,78,71); }
td.TdClassName
{
border-color: #754E47;
}
.TagClassName
{
border-color: #754E47;
}
</style>