Shades of Buccaneer #745954
Tints of Buccaneer #745954
RGB
CMYK
RGB Variations
Color information
#745954 (or 0x745954) is known color: Buccaneer. HEX triplet: 74, 59 and 54. RGB value is (116,89,84). Sum of RGB (Red+Green+Blue) = 116+89+84=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745954 is #8BA6AB. Grayscale: #606060. Windows color (decimal): -9152172 or 5527924. OLE color: 5527924.
HSL color Cylindrical-coordinate representation of color #745954: hue angle of 9.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745954 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 84 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.55 |
| HSL | 9.38º | 0.16% | 0.39% | - |
| HSV(B) | 9.38º | 0.28% | 0.45% | - |
| XYZ | 12.38 | 11.5 | 9.95 | - |
| YUV | 96.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 84 | 0 | 0.23 | 0.28 | 0.55 | 9.38 | 0.16 | 0.39 |
| Hex | 74 | 59 | 54 | 0 | 17 | 1C | 37 | 9 | 10 | 27 |
| Octal | 164 | 131 | 124 | 0 | 27 | 34 | 67 | 11 | 20 | 47 |
| Binary | 1110100 | 1011001 | 1010100 | 0 | 10111 | 11100 | 110111 | 1001 | 10000 | 100111 |
Color Harmonies of #745954
Complementary color
Monochromatic Colors of #745954
Black with #745954
Text Example
Text Example
White with #745954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745954; }
p { color: rgb(116,89,84); }
H1.HeaderClassName
{
color: #745954;
}
.AnyTagClassName
{
color: #745954;
}
</style>
background-color css
<style>
a { background-color: #745954; }
a { background-color: rgb(116,89,84); }
div.DivClassName
{
background-color: #745954;
}
.BgClassName
{
background-color: #745954;
}
</style>
border-color css
<style>
span { border-color: #745954; }
span { border-color: rgb(116,89,84); }
td.TdClassName
{
border-color: #745954;
}
.TagClassName
{
border-color: #745954;
}
</style>