Shades of Buccaneer #75514D
Tints of Buccaneer #75514D
RGB
CMYK
RGB Variations
Color information
#75514D (or 0x75514D) is known color: Buccaneer. HEX triplet: 75, 51 and 4D. RGB value is (117,81,77). Sum of RGB (Red+Green+Blue) = 117+81+77=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75514D is #8AAEB2. Grayscale: #5B5B5B. Windows color (decimal): -9088691 or 5067125. OLE color: 5067125.
HSL color Cylindrical-coordinate representation of color #75514D: hue angle of 6º 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 #75514D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 77 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.54 |
| HSL | 6º | 0.21% | 0.38% | - |
| HSV(B) | 6º | 0.34% | 0.46% | - |
| XYZ | 11.62 | 10.2 | 8.38 | - |
| YUV | 91.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 77 | 0 | 0.31 | 0.34 | 0.54 | 6 | 0.21 | 0.38 |
| Hex | 75 | 51 | 4D | 0 | 1F | 22 | 36 | 6 | 15 | 26 |
| Octal | 165 | 121 | 115 | 0 | 37 | 42 | 66 | 6 | 25 | 46 |
| Binary | 1110101 | 1010001 | 1001101 | 0 | 11111 | 100010 | 110110 | 110 | 10101 | 100110 |
Color Harmonies of #75514D
Complementary color
Monochromatic Colors of #75514D
Black with #75514D
Text Example
Text Example
White with #75514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75514D; }
p { color: rgb(117,81,77); }
H1.HeaderClassName
{
color: #75514D;
}
.AnyTagClassName
{
color: #75514D;
}
</style>
background-color css
<style>
a { background-color: #75514D; }
a { background-color: rgb(117,81,77); }
div.DivClassName
{
background-color: #75514D;
}
.BgClassName
{
background-color: #75514D;
}
</style>
border-color css
<style>
span { border-color: #75514D; }
span { border-color: rgb(117,81,77); }
td.TdClassName
{
border-color: #75514D;
}
.TagClassName
{
border-color: #75514D;
}
</style>