Shades of Buccaneer #744F4A
Tints of Buccaneer #744F4A
RGB
CMYK
RGB Variations
Color information
#744F4A (or 0x744F4A) is known color: Buccaneer. HEX triplet: 74, 4F and 4A. RGB value is (116,79,74). Sum of RGB (Red+Green+Blue) = 116+79+74=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #744F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F4A is #8BB0B5. Grayscale: #595959. Windows color (decimal): -9154742 or 4870004. OLE color: 4870004.
HSL color Cylindrical-coordinate representation of color #744F4A: hue angle of 7.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #744F4A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 74 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.55 |
| HSL | 7.14º | 0.22% | 0.37% | - |
| HSV(B) | 7.14º | 0.36% | 0.45% | - |
| XYZ | 11.23 | 9.8 | 7.78 | - |
| YUV | 89.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 74 | 0 | 0.32 | 0.36 | 0.55 | 7.14 | 0.22 | 0.37 |
| Hex | 74 | 4F | 4A | 0 | 20 | 24 | 37 | 7 | 16 | 25 |
| Octal | 164 | 117 | 112 | 0 | 40 | 44 | 67 | 7 | 26 | 45 |
| Binary | 1110100 | 1001111 | 1001010 | 0 | 100000 | 100100 | 110111 | 111 | 10110 | 100101 |
Color Harmonies of #744F4A
Complementary color
Monochromatic Colors of #744F4A
Black with #744F4A
Text Example
Text Example
White with #744F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F4A; }
p { color: rgb(116,79,74); }
H1.HeaderClassName
{
color: #744F4A;
}
.AnyTagClassName
{
color: #744F4A;
}
</style>
background-color css
<style>
a { background-color: #744F4A; }
a { background-color: rgb(116,79,74); }
div.DivClassName
{
background-color: #744F4A;
}
.BgClassName
{
background-color: #744F4A;
}
</style>
border-color css
<style>
span { border-color: #744F4A; }
span { border-color: rgb(116,79,74); }
td.TdClassName
{
border-color: #744F4A;
}
.TagClassName
{
border-color: #744F4A;
}
</style>