Shades of Buccaneer #744D4B
Tints of Buccaneer #744D4B
RGB
CMYK
RGB Variations
Color information
#744D4B (or 0x744D4B) is known color: Buccaneer. HEX triplet: 74, 4D and 4B. RGB value is (116,77,75). Sum of RGB (Red+Green+Blue) = 116+77+75=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #744D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D4B is #8BB2B4. Grayscale: #585858. Windows color (decimal): -9155253 or 4935028. OLE color: 4935028.
HSL color Cylindrical-coordinate representation of color #744D4B: hue angle of 2.93º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #744D4B is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 75 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.55 |
| HSL | 2.93º | 0.21% | 0.37% | - |
| HSV(B) | 2.93º | 0.35% | 0.45% | - |
| XYZ | 11.13 | 9.53 | 7.91 | - |
| YUV | 88.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 75 | 0 | 0.34 | 0.35 | 0.55 | 2.93 | 0.21 | 0.37 |
| Hex | 74 | 4D | 4B | 0 | 22 | 23 | 37 | 3 | 15 | 25 |
| Octal | 164 | 115 | 113 | 0 | 42 | 43 | 67 | 3 | 25 | 45 |
| Binary | 1110100 | 1001101 | 1001011 | 0 | 100010 | 100011 | 110111 | 11 | 10101 | 100101 |
Color Harmonies of #744D4B
Complementary color
Monochromatic Colors of #744D4B
Black with #744D4B
Text Example
Text Example
White with #744D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D4B; }
p { color: rgb(116,77,75); }
H1.HeaderClassName
{
color: #744D4B;
}
.AnyTagClassName
{
color: #744D4B;
}
</style>
background-color css
<style>
a { background-color: #744D4B; }
a { background-color: rgb(116,77,75); }
div.DivClassName
{
background-color: #744D4B;
}
.BgClassName
{
background-color: #744D4B;
}
</style>
border-color css
<style>
span { border-color: #744D4B; }
span { border-color: rgb(116,77,75); }
td.TdClassName
{
border-color: #744D4B;
}
.TagClassName
{
border-color: #744D4B;
}
</style>