Shades of Buccaneer #744F4B
Tints of Buccaneer #744F4B
RGB
CMYK
RGB Variations
Color information
#744F4B (or 0x744F4B) is known color: Buccaneer. HEX triplet: 74, 4F and 4B. RGB value is (116,79,75). Sum of RGB (Red+Green+Blue) = 116+79+75=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #744F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F4B is #8BB0B4. Grayscale: #595959. Windows color (decimal): -9154741 or 4935540. OLE color: 4935540.
HSL color Cylindrical-coordinate representation of color #744F4B: hue angle of 5.85º 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 #744F4B is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 75 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.55 |
| HSL | 5.85º | 0.21% | 0.37% | - |
| HSV(B) | 5.85º | 0.35% | 0.45% | - |
| XYZ | 11.27 | 9.81 | 7.96 | - |
| YUV | 89.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 75 | 0 | 0.32 | 0.35 | 0.55 | 5.85 | 0.21 | 0.37 |
| Hex | 74 | 4F | 4B | 0 | 20 | 23 | 37 | 6 | 15 | 25 |
| Octal | 164 | 117 | 113 | 0 | 40 | 43 | 67 | 6 | 25 | 45 |
| Binary | 1110100 | 1001111 | 1001011 | 0 | 100000 | 100011 | 110111 | 110 | 10101 | 100101 |
Color Harmonies of #744F4B
Complementary color
Monochromatic Colors of #744F4B
Black with #744F4B
Text Example
Text Example
White with #744F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F4B; }
p { color: rgb(116,79,75); }
H1.HeaderClassName
{
color: #744F4B;
}
.AnyTagClassName
{
color: #744F4B;
}
</style>
background-color css
<style>
a { background-color: #744F4B; }
a { background-color: rgb(116,79,75); }
div.DivClassName
{
background-color: #744F4B;
}
.BgClassName
{
background-color: #744F4B;
}
</style>
border-color css
<style>
span { border-color: #744F4B; }
span { border-color: rgb(116,79,75); }
td.TdClassName
{
border-color: #744F4B;
}
.TagClassName
{
border-color: #744F4B;
}
</style>