Shades of Buccaneer #754D4B
Tints of Buccaneer #754D4B
RGB
CMYK
RGB Variations
Color information
#754D4B (or 0x754D4B) is known color: Buccaneer. HEX triplet: 75, 4D and 4B. RGB value is (117,77,75). Sum of RGB (Red+Green+Blue) = 117+77+75=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #754D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D4B is #8AB2B4. Grayscale: #585858. Windows color (decimal): -9089717 or 4935029. OLE color: 4935029.
HSL color Cylindrical-coordinate representation of color #754D4B: hue angle of 2.86º 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 #754D4B is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 75 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.54 |
| HSL | 2.86º | 0.22% | 0.38% | - |
| HSV(B) | 2.86º | 0.36% | 0.46% | - |
| XYZ | 11.26 | 9.6 | 7.92 | - |
| YUV | 88.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 75 | 0 | 0.34 | 0.36 | 0.54 | 2.86 | 0.22 | 0.38 |
| Hex | 75 | 4D | 4B | 0 | 22 | 24 | 36 | 3 | 16 | 26 |
| Octal | 165 | 115 | 113 | 0 | 42 | 44 | 66 | 3 | 26 | 46 |
| Binary | 1110101 | 1001101 | 1001011 | 0 | 100010 | 100100 | 110110 | 11 | 10110 | 100110 |
Color Harmonies of #754D4B
Complementary color
Monochromatic Colors of #754D4B
Black with #754D4B
Text Example
Text Example
White with #754D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D4B; }
p { color: rgb(117,77,75); }
H1.HeaderClassName
{
color: #754D4B;
}
.AnyTagClassName
{
color: #754D4B;
}
</style>
background-color css
<style>
a { background-color: #754D4B; }
a { background-color: rgb(117,77,75); }
div.DivClassName
{
background-color: #754D4B;
}
.BgClassName
{
background-color: #754D4B;
}
</style>
border-color css
<style>
span { border-color: #754D4B; }
span { border-color: rgb(117,77,75); }
td.TdClassName
{
border-color: #754D4B;
}
.TagClassName
{
border-color: #754D4B;
}
</style>