Shades of Buccaneer #75544D
Tints of Buccaneer #75544D
RGB
CMYK
RGB Variations
Color information
#75544D (or 0x75544D) is known color: Buccaneer. HEX triplet: 75, 54 and 4D. RGB value is (117,84,77). Sum of RGB (Red+Green+Blue) = 117+84+77=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75544D is #8AABB2. Grayscale: #5D5D5D. Windows color (decimal): -9087923 or 5067893. OLE color: 5067893.
HSL color Cylindrical-coordinate representation of color #75544D: hue angle of 10.5º 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 #75544D is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 77 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.54 |
| HSL | 10.5º | 0.21% | 0.38% | - |
| HSV(B) | 10.5º | 0.34% | 0.46% | - |
| XYZ | 11.85 | 10.66 | 8.45 | - |
| YUV | 93.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 77 | 0 | 0.28 | 0.34 | 0.54 | 10.5 | 0.21 | 0.38 |
| Hex | 75 | 54 | 4D | 0 | 1C | 22 | 36 | A | 15 | 26 |
| Octal | 165 | 124 | 115 | 0 | 34 | 42 | 66 | 12 | 25 | 46 |
| Binary | 1110101 | 1010100 | 1001101 | 0 | 11100 | 100010 | 110110 | 1010 | 10101 | 100110 |
Color Harmonies of #75544D
Complementary color
Monochromatic Colors of #75544D
Black with #75544D
Text Example
Text Example
White with #75544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75544D; }
p { color: rgb(117,84,77); }
H1.HeaderClassName
{
color: #75544D;
}
.AnyTagClassName
{
color: #75544D;
}
</style>
background-color css
<style>
a { background-color: #75544D; }
a { background-color: rgb(117,84,77); }
div.DivClassName
{
background-color: #75544D;
}
.BgClassName
{
background-color: #75544D;
}
</style>
border-color css
<style>
span { border-color: #75544D; }
span { border-color: rgb(117,84,77); }
td.TdClassName
{
border-color: #75544D;
}
.TagClassName
{
border-color: #75544D;
}
</style>