Shades of Buccaneer #745050
Tints of Buccaneer #745050
RGB
CMYK
RGB Variations
Color information
#745050 (or 0x745050) is known color: Buccaneer. HEX triplet: 74, 50 and 50. RGB value is (116,80,80). Sum of RGB (Red+Green+Blue) = 116+80+80=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #745050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745050 is #8BAFAF. Grayscale: #5A5A5A. Windows color (decimal): -9154480 or 5263476. OLE color: 5263476.
HSL color Cylindrical-coordinate representation of color #745050: hue angle of 0º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745050 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 80 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.55 |
| HSL | 0º | 0.18% | 0.38% | - |
| HSV(B) | 0º | 0.31% | 0.45% | - |
| XYZ | 11.52 | 10.03 | 8.92 | - |
| YUV | 90.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 80 | 0 | 0.31 | 0.31 | 0.55 | 0 | 0.18 | 0.38 |
| Hex | 74 | 50 | 50 | 0 | 1F | 1F | 37 | 0 | 12 | 26 |
| Octal | 164 | 120 | 120 | 0 | 37 | 37 | 67 | 0 | 22 | 46 |
| Binary | 1110100 | 1010000 | 1010000 | 0 | 11111 | 11111 | 110111 | 0 | 10010 | 100110 |
Color Harmonies of #745050
Complementary color
Monochromatic Colors of #745050
Black with #745050
Text Example
Text Example
White with #745050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745050; }
p { color: rgb(116,80,80); }
H1.HeaderClassName
{
color: #745050;
}
.AnyTagClassName
{
color: #745050;
}
</style>
background-color css
<style>
a { background-color: #745050; }
a { background-color: rgb(116,80,80); }
div.DivClassName
{
background-color: #745050;
}
.BgClassName
{
background-color: #745050;
}
</style>
border-color css
<style>
span { border-color: #745050; }
span { border-color: rgb(116,80,80); }
td.TdClassName
{
border-color: #745050;
}
.TagClassName
{
border-color: #745050;
}
</style>