Shades of Buccaneer #754D4D
Tints of Buccaneer #754D4D
RGB
CMYK
RGB Variations
Color information
#754D4D (or 0x754D4D) is known color: Buccaneer. HEX triplet: 75, 4D and 4D. RGB value is (117,77,77). Sum of RGB (Red+Green+Blue) = 117+77+77=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #754D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D4D is #8AB2B2. Grayscale: #595959. Windows color (decimal): -9089715 or 5066101. OLE color: 5066101.
HSL color Cylindrical-coordinate representation of color #754D4D: hue angle of 0º 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 #754D4D is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 77 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.54 |
| HSL | 0º | 0.21% | 0.38% | - |
| HSV(B) | 0º | 0.34% | 0.46% | - |
| XYZ | 11.33 | 9.63 | 8.28 | - |
| YUV | 88.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 77 | 0 | 0.34 | 0.34 | 0.54 | 0 | 0.21 | 0.38 |
| Hex | 75 | 4D | 4D | 0 | 22 | 22 | 36 | 0 | 15 | 26 |
| Octal | 165 | 115 | 115 | 0 | 42 | 42 | 66 | 0 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1001101 | 0 | 100010 | 100010 | 110110 | 0 | 10101 | 100110 |
Color Harmonies of #754D4D
Complementary color
Monochromatic Colors of #754D4D
Black with #754D4D
Text Example
Text Example
White with #754D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D4D; }
p { color: rgb(117,77,77); }
H1.HeaderClassName
{
color: #754D4D;
}
.AnyTagClassName
{
color: #754D4D;
}
</style>
background-color css
<style>
a { background-color: #754D4D; }
a { background-color: rgb(117,77,77); }
div.DivClassName
{
background-color: #754D4D;
}
.BgClassName
{
background-color: #754D4D;
}
</style>
border-color css
<style>
span { border-color: #754D4D; }
span { border-color: rgb(117,77,77); }
td.TdClassName
{
border-color: #754D4D;
}
.TagClassName
{
border-color: #754D4D;
}
</style>