Shades of Buccaneer #75534D
Tints of Buccaneer #75534D
RGB
CMYK
RGB Variations
Color information
#75534D (or 0x75534D) is known color: Buccaneer. HEX triplet: 75, 53 and 4D. RGB value is (117,83,77). Sum of RGB (Red+Green+Blue) = 117+83+77=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75534D is #8AACB2. Grayscale: #5C5C5C. Windows color (decimal): -9088179 or 5067637. OLE color: 5067637.
HSL color Cylindrical-coordinate representation of color #75534D: hue angle of 9º 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 #75534D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 77 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.54 |
| HSL | 9º | 0.21% | 0.38% | - |
| HSV(B) | 9º | 0.34% | 0.46% | - |
| XYZ | 11.77 | 10.5 | 8.43 | - |
| YUV | 92.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 77 | 0 | 0.29 | 0.34 | 0.54 | 9 | 0.21 | 0.38 |
| Hex | 75 | 53 | 4D | 0 | 1D | 22 | 36 | 9 | 15 | 26 |
| Octal | 165 | 123 | 115 | 0 | 35 | 42 | 66 | 11 | 25 | 46 |
| Binary | 1110101 | 1010011 | 1001101 | 0 | 11101 | 100010 | 110110 | 1001 | 10101 | 100110 |
Color Harmonies of #75534D
Complementary color
Monochromatic Colors of #75534D
Black with #75534D
Text Example
Text Example
White with #75534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75534D; }
p { color: rgb(117,83,77); }
H1.HeaderClassName
{
color: #75534D;
}
.AnyTagClassName
{
color: #75534D;
}
</style>
background-color css
<style>
a { background-color: #75534D; }
a { background-color: rgb(117,83,77); }
div.DivClassName
{
background-color: #75534D;
}
.BgClassName
{
background-color: #75534D;
}
</style>
border-color css
<style>
span { border-color: #75534D; }
span { border-color: rgb(117,83,77); }
td.TdClassName
{
border-color: #75534D;
}
.TagClassName
{
border-color: #75534D;
}
</style>