Shades of Buccaneer #75504D
Tints of Buccaneer #75504D
RGB
CMYK
RGB Variations
Color information
#75504D (or 0x75504D) is known color: Buccaneer. HEX triplet: 75, 50 and 4D. RGB value is (117,80,77). Sum of RGB (Red+Green+Blue) = 117+80+77=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75504D is #8AAFB2. Grayscale: #5A5A5A. Windows color (decimal): -9088947 or 5066869. OLE color: 5066869.
HSL color Cylindrical-coordinate representation of color #75504D: hue angle of 4.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 #75504D is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 77 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.54 |
| HSL | 4.5º | 0.21% | 0.38% | - |
| HSV(B) | 4.5º | 0.34% | 0.46% | - |
| XYZ | 11.54 | 10.06 | 8.35 | - |
| YUV | 90.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 77 | 0 | 0.32 | 0.34 | 0.54 | 4.5 | 0.21 | 0.38 |
| Hex | 75 | 50 | 4D | 0 | 20 | 22 | 36 | 4 | 15 | 26 |
| Octal | 165 | 120 | 115 | 0 | 40 | 42 | 66 | 4 | 25 | 46 |
| Binary | 1110101 | 1010000 | 1001101 | 0 | 100000 | 100010 | 110110 | 100 | 10101 | 100110 |
Color Harmonies of #75504D
Complementary color
Monochromatic Colors of #75504D
Black with #75504D
Text Example
Text Example
White with #75504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75504D; }
p { color: rgb(117,80,77); }
H1.HeaderClassName
{
color: #75504D;
}
.AnyTagClassName
{
color: #75504D;
}
</style>
background-color css
<style>
a { background-color: #75504D; }
a { background-color: rgb(117,80,77); }
div.DivClassName
{
background-color: #75504D;
}
.BgClassName
{
background-color: #75504D;
}
</style>
border-color css
<style>
span { border-color: #75504D; }
span { border-color: rgb(117,80,77); }
td.TdClassName
{
border-color: #75504D;
}
.TagClassName
{
border-color: #75504D;
}
</style>