Shades of Buccaneer #75514E
Tints of Buccaneer #75514E
RGB
CMYK
RGB Variations
Color information
#75514E (or 0x75514E) is known color: Buccaneer. HEX triplet: 75, 51 and 4E. RGB value is (117,81,78). Sum of RGB (Red+Green+Blue) = 117+81+78=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75514E is #8AAEB1. Grayscale: #5B5B5B. Windows color (decimal): -9088690 or 5132661. OLE color: 5132661.
HSL color Cylindrical-coordinate representation of color #75514E: hue angle of 4.62º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75514E is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 78 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.54 |
| HSL | 4.62º | 0.2% | 0.38% | - |
| HSV(B) | 4.62º | 0.33% | 0.46% | - |
| XYZ | 11.65 | 10.22 | 8.57 | - |
| YUV | 91.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 78 | 0 | 0.31 | 0.33 | 0.54 | 4.62 | 0.2 | 0.38 |
| Hex | 75 | 51 | 4E | 0 | 1F | 21 | 36 | 5 | 14 | 26 |
| Octal | 165 | 121 | 116 | 0 | 37 | 41 | 66 | 5 | 24 | 46 |
| Binary | 1110101 | 1010001 | 1001110 | 0 | 11111 | 100001 | 110110 | 101 | 10100 | 100110 |
Color Harmonies of #75514E
Complementary color
Monochromatic Colors of #75514E
Black with #75514E
Text Example
Text Example
White with #75514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75514E; }
p { color: rgb(117,81,78); }
H1.HeaderClassName
{
color: #75514E;
}
.AnyTagClassName
{
color: #75514E;
}
</style>
background-color css
<style>
a { background-color: #75514E; }
a { background-color: rgb(117,81,78); }
div.DivClassName
{
background-color: #75514E;
}
.BgClassName
{
background-color: #75514E;
}
</style>
border-color css
<style>
span { border-color: #75514E; }
span { border-color: rgb(117,81,78); }
td.TdClassName
{
border-color: #75514E;
}
.TagClassName
{
border-color: #75514E;
}
</style>