Shades of Buccaneer #754E4B
Tints of Buccaneer #754E4B
RGB
CMYK
RGB Variations
Color information
#754E4B (or 0x754E4B) is known color: Buccaneer. HEX triplet: 75, 4E and 4B. RGB value is (117,78,75). Sum of RGB (Red+Green+Blue) = 117+78+75=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E4B is #8AB1B4. Grayscale: #595959. Windows color (decimal): -9089461 or 4935285. OLE color: 4935285.
HSL color Cylindrical-coordinate representation of color #754E4B: hue angle of 4.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754E4B is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 75 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.54 |
| HSL | 4.29º | 0.22% | 0.38% | - |
| HSV(B) | 4.29º | 0.36% | 0.46% | - |
| XYZ | 11.33 | 9.74 | 7.94 | - |
| YUV | 89.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 75 | 0 | 0.33 | 0.36 | 0.54 | 4.29 | 0.22 | 0.38 |
| Hex | 75 | 4E | 4B | 0 | 21 | 24 | 36 | 4 | 16 | 26 |
| Octal | 165 | 116 | 113 | 0 | 41 | 44 | 66 | 4 | 26 | 46 |
| Binary | 1110101 | 1001110 | 1001011 | 0 | 100001 | 100100 | 110110 | 100 | 10110 | 100110 |
Color Harmonies of #754E4B
Complementary color
Monochromatic Colors of #754E4B
Black with #754E4B
Text Example
Text Example
White with #754E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E4B; }
p { color: rgb(117,78,75); }
H1.HeaderClassName
{
color: #754E4B;
}
.AnyTagClassName
{
color: #754E4B;
}
</style>
background-color css
<style>
a { background-color: #754E4B; }
a { background-color: rgb(117,78,75); }
div.DivClassName
{
background-color: #754E4B;
}
.BgClassName
{
background-color: #754E4B;
}
</style>
border-color css
<style>
span { border-color: #754E4B; }
span { border-color: rgb(117,78,75); }
td.TdClassName
{
border-color: #754E4B;
}
.TagClassName
{
border-color: #754E4B;
}
</style>