Shades of Buccaneer #754E4E
Tints of Buccaneer #754E4E
RGB
CMYK
RGB Variations
Color information
#754E4E (or 0x754E4E) is known color: Buccaneer. HEX triplet: 75, 4E and 4E. RGB value is (117,78,78). Sum of RGB (Red+Green+Blue) = 117+78+78=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #754E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E4E is #8AB1B1. Grayscale: #595959. Windows color (decimal): -9089458 or 5131893. OLE color: 5131893.
HSL color Cylindrical-coordinate representation of color #754E4E: hue angle of 0º 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 #754E4E is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 78 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.54 |
| HSL | 0º | 0.2% | 0.38% | - |
| HSV(B) | 0º | 0.33% | 0.46% | - |
| XYZ | 11.44 | 9.78 | 8.49 | - |
| YUV | 89.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 78 | 0 | 0.33 | 0.33 | 0.54 | 0 | 0.2 | 0.38 |
| Hex | 75 | 4E | 4E | 0 | 21 | 21 | 36 | 0 | 14 | 26 |
| Octal | 165 | 116 | 116 | 0 | 41 | 41 | 66 | 0 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1001110 | 0 | 100001 | 100001 | 110110 | 0 | 10100 | 100110 |
Color Harmonies of #754E4E
Complementary color
Monochromatic Colors of #754E4E
Black with #754E4E
Text Example
Text Example
White with #754E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E4E; }
p { color: rgb(117,78,78); }
H1.HeaderClassName
{
color: #754E4E;
}
.AnyTagClassName
{
color: #754E4E;
}
</style>
background-color css
<style>
a { background-color: #754E4E; }
a { background-color: rgb(117,78,78); }
div.DivClassName
{
background-color: #754E4E;
}
.BgClassName
{
background-color: #754E4E;
}
</style>
border-color css
<style>
span { border-color: #754E4E; }
span { border-color: rgb(117,78,78); }
td.TdClassName
{
border-color: #754E4E;
}
.TagClassName
{
border-color: #754E4E;
}
</style>