Shades of Buccaneer #745550
Tints of Buccaneer #745550
RGB
CMYK
RGB Variations
Color information
#745550 (or 0x745550) is known color: Buccaneer. HEX triplet: 74, 55 and 50. RGB value is (116,85,80). Sum of RGB (Red+Green+Blue) = 116+85+80=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #745550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745550 is #8BAAAF. Grayscale: #5D5D5D. Windows color (decimal): -9153200 or 5264756. OLE color: 5264756.
HSL color Cylindrical-coordinate representation of color #745550: hue angle of 8.33º 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 #745550 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 80 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.55 |
| HSL | 8.33º | 0.18% | 0.38% | - |
| HSV(B) | 8.33º | 0.31% | 0.45% | - |
| XYZ | 11.9 | 10.79 | 9.04 | - |
| YUV | 93.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 80 | 0 | 0.27 | 0.31 | 0.55 | 8.33 | 0.18 | 0.38 |
| Hex | 74 | 55 | 50 | 0 | 1B | 1F | 37 | 8 | 12 | 26 |
| Octal | 164 | 125 | 120 | 0 | 33 | 37 | 67 | 10 | 22 | 46 |
| Binary | 1110100 | 1010101 | 1010000 | 0 | 11011 | 11111 | 110111 | 1000 | 10010 | 100110 |
Color Harmonies of #745550
Complementary color
Monochromatic Colors of #745550
Black with #745550
Text Example
Text Example
White with #745550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745550; }
p { color: rgb(116,85,80); }
H1.HeaderClassName
{
color: #745550;
}
.AnyTagClassName
{
color: #745550;
}
</style>
background-color css
<style>
a { background-color: #745550; }
a { background-color: rgb(116,85,80); }
div.DivClassName
{
background-color: #745550;
}
.BgClassName
{
background-color: #745550;
}
</style>
border-color css
<style>
span { border-color: #745550; }
span { border-color: rgb(116,85,80); }
td.TdClassName
{
border-color: #745550;
}
.TagClassName
{
border-color: #745550;
}
</style>