Shades of Buccaneer #745753
Tints of Buccaneer #745753
RGB
CMYK
RGB Variations
Color information
#745753 (or 0x745753) is known color: Buccaneer. HEX triplet: 74, 57 and 53. RGB value is (116,87,83). Sum of RGB (Red+Green+Blue) = 116+87+83=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745753 is #8BA8AC. Grayscale: #5F5F5F. Windows color (decimal): -9152685 or 5461876. OLE color: 5461876.
HSL color Cylindrical-coordinate representation of color #745753: hue angle of 7.27º degrees, saturation: 0.17, 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 #745753 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 87 | 83 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.55 |
| HSL | 7.27º | 0.17% | 0.39% | - |
| HSV(B) | 7.27º | 0.28% | 0.45% | - |
| XYZ | 12.17 | 11.15 | 9.7 | - |
| YUV | 95.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 83 | 0 | 0.25 | 0.28 | 0.55 | 7.27 | 0.17 | 0.39 |
| Hex | 74 | 57 | 53 | 0 | 19 | 1C | 37 | 7 | 11 | 27 |
| Octal | 164 | 127 | 123 | 0 | 31 | 34 | 67 | 7 | 21 | 47 |
| Binary | 1110100 | 1010111 | 1010011 | 0 | 11001 | 11100 | 110111 | 111 | 10001 | 100111 |
Color Harmonies of #745753
Complementary color
Monochromatic Colors of #745753
Black with #745753
Text Example
Text Example
White with #745753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745753; }
p { color: rgb(116,87,83); }
H1.HeaderClassName
{
color: #745753;
}
.AnyTagClassName
{
color: #745753;
}
</style>
background-color css
<style>
a { background-color: #745753; }
a { background-color: rgb(116,87,83); }
div.DivClassName
{
background-color: #745753;
}
.BgClassName
{
background-color: #745753;
}
</style>
border-color css
<style>
span { border-color: #745753; }
span { border-color: rgb(116,87,83); }
td.TdClassName
{
border-color: #745753;
}
.TagClassName
{
border-color: #745753;
}
</style>