Shades of Buccaneer #75534F
Tints of Buccaneer #75534F
RGB
CMYK
RGB Variations
Color information
#75534F (or 0x75534F) is known color: Buccaneer. HEX triplet: 75, 53 and 4F. RGB value is (117,83,79). Sum of RGB (Red+Green+Blue) = 117+83+79=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75534F is #8AACB0. Grayscale: #5C5C5C. Windows color (decimal): -9088177 or 5198709. OLE color: 5198709.
HSL color Cylindrical-coordinate representation of color #75534F: hue angle of 6.32º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75534F is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 79 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.54 |
| HSL | 6.32º | 0.19% | 0.38% | - |
| HSV(B) | 6.32º | 0.32% | 0.46% | - |
| XYZ | 11.84 | 10.53 | 8.81 | - |
| YUV | 92.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 79 | 0 | 0.29 | 0.32 | 0.54 | 6.32 | 0.19 | 0.38 |
| Hex | 75 | 53 | 4F | 0 | 1D | 20 | 36 | 6 | 13 | 26 |
| Octal | 165 | 123 | 117 | 0 | 35 | 40 | 66 | 6 | 23 | 46 |
| Binary | 1110101 | 1010011 | 1001111 | 0 | 11101 | 100000 | 110110 | 110 | 10011 | 100110 |
Color Harmonies of #75534F
Complementary color
Monochromatic Colors of #75534F
Black with #75534F
Text Example
Text Example
White with #75534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75534F; }
p { color: rgb(117,83,79); }
H1.HeaderClassName
{
color: #75534F;
}
.AnyTagClassName
{
color: #75534F;
}
</style>
background-color css
<style>
a { background-color: #75534F; }
a { background-color: rgb(117,83,79); }
div.DivClassName
{
background-color: #75534F;
}
.BgClassName
{
background-color: #75534F;
}
</style>
border-color css
<style>
span { border-color: #75534F; }
span { border-color: rgb(117,83,79); }
td.TdClassName
{
border-color: #75534F;
}
.TagClassName
{
border-color: #75534F;
}
</style>