Shades of Buccaneer #745A54
Tints of Buccaneer #745A54
RGB
CMYK
RGB Variations
Color information
#745A54 (or 0x745A54) is known color: Buccaneer. HEX triplet: 74, 5A and 54. RGB value is (116,90,84). Sum of RGB (Red+Green+Blue) = 116+90+84=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #745A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A54 is #8BA5AB. Grayscale: #616161. Windows color (decimal): -9151916 or 5528180. OLE color: 5528180.
HSL color Cylindrical-coordinate representation of color #745A54: hue angle of 11.25º 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 #745A54 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 84 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.55 |
| HSL | 11.25º | 0.16% | 0.39% | - |
| HSV(B) | 11.25º | 0.28% | 0.45% | - |
| XYZ | 12.46 | 11.67 | 9.98 | - |
| YUV | 97.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 84 | 0 | 0.22 | 0.28 | 0.55 | 11.25 | 0.16 | 0.39 |
| Hex | 74 | 5A | 54 | 0 | 16 | 1C | 37 | B | 10 | 27 |
| Octal | 164 | 132 | 124 | 0 | 26 | 34 | 67 | 13 | 20 | 47 |
| Binary | 1110100 | 1011010 | 1010100 | 0 | 10110 | 11100 | 110111 | 1011 | 10000 | 100111 |
Color Harmonies of #745A54
Complementary color
Monochromatic Colors of #745A54
Black with #745A54
Text Example
Text Example
White with #745A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A54; }
p { color: rgb(116,90,84); }
H1.HeaderClassName
{
color: #745A54;
}
.AnyTagClassName
{
color: #745A54;
}
</style>
background-color css
<style>
a { background-color: #745A54; }
a { background-color: rgb(116,90,84); }
div.DivClassName
{
background-color: #745A54;
}
.BgClassName
{
background-color: #745A54;
}
</style>
border-color css
<style>
span { border-color: #745A54; }
span { border-color: rgb(116,90,84); }
td.TdClassName
{
border-color: #745A54;
}
.TagClassName
{
border-color: #745A54;
}
</style>