Shades of Buccaneer #744A47
Tints of Buccaneer #744A47
RGB
CMYK
RGB Variations
Color information
#744A47 (or 0x744A47) is known color: Buccaneer. HEX triplet: 74, 4A and 47. RGB value is (116,74,71). Sum of RGB (Red+Green+Blue) = 116+74+71=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #744A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A47 is #8BB5B8. Grayscale: #565656. Windows color (decimal): -9156025 or 4672116. OLE color: 4672116.
HSL color Cylindrical-coordinate representation of color #744A47: hue angle of 4º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #744A47 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 71 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.55 |
| HSL | 4º | 0.24% | 0.37% | - |
| HSV(B) | 4º | 0.39% | 0.45% | - |
| XYZ | 10.79 | 9.07 | 7.14 | - |
| YUV | 86.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 71 | 0 | 0.36 | 0.39 | 0.55 | 4 | 0.24 | 0.37 |
| Hex | 74 | 4A | 47 | 0 | 24 | 27 | 37 | 4 | 18 | 25 |
| Octal | 164 | 112 | 107 | 0 | 44 | 47 | 67 | 4 | 30 | 45 |
| Binary | 1110100 | 1001010 | 1000111 | 0 | 100100 | 100111 | 110111 | 100 | 11000 | 100101 |
Color Harmonies of #744A47
Complementary color
Monochromatic Colors of #744A47
Black with #744A47
Text Example
Text Example
White with #744A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A47; }
p { color: rgb(116,74,71); }
H1.HeaderClassName
{
color: #744A47;
}
.AnyTagClassName
{
color: #744A47;
}
</style>
background-color css
<style>
a { background-color: #744A47; }
a { background-color: rgb(116,74,71); }
div.DivClassName
{
background-color: #744A47;
}
.BgClassName
{
background-color: #744A47;
}
</style>
border-color css
<style>
span { border-color: #744A47; }
span { border-color: rgb(116,74,71); }
td.TdClassName
{
border-color: #744A47;
}
.TagClassName
{
border-color: #744A47;
}
</style>