Shades of Buccaneer #755A54
Tints of Buccaneer #755A54
RGB
CMYK
RGB Variations
Color information
#755A54 (or 0x755A54) is known color: Buccaneer. HEX triplet: 75, 5A and 54. RGB value is (117,90,84). Sum of RGB (Red+Green+Blue) = 117+90+84=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #755A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A54 is #8AA5AB. Grayscale: #616161. Windows color (decimal): -9086380 or 5528181. OLE color: 5528181.
HSL color Cylindrical-coordinate representation of color #755A54: hue angle of 10.91º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #755A54 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 84 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.54 |
| HSL | 10.91º | 0.16% | 0.39% | - |
| HSV(B) | 10.91º | 0.28% | 0.46% | - |
| XYZ | 12.59 | 11.73 | 9.99 | - |
| YUV | 97.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 84 | 0 | 0.23 | 0.28 | 0.54 | 10.91 | 0.16 | 0.39 |
| Hex | 75 | 5A | 54 | 0 | 17 | 1C | 36 | B | 10 | 27 |
| Octal | 165 | 132 | 124 | 0 | 27 | 34 | 66 | 13 | 20 | 47 |
| Binary | 1110101 | 1011010 | 1010100 | 0 | 10111 | 11100 | 110110 | 1011 | 10000 | 100111 |
Color Harmonies of #755A54
Complementary color
Monochromatic Colors of #755A54
Black with #755A54
Text Example
Text Example
White with #755A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A54; }
p { color: rgb(117,90,84); }
H1.HeaderClassName
{
color: #755A54;
}
.AnyTagClassName
{
color: #755A54;
}
</style>
background-color css
<style>
a { background-color: #755A54; }
a { background-color: rgb(117,90,84); }
div.DivClassName
{
background-color: #755A54;
}
.BgClassName
{
background-color: #755A54;
}
</style>
border-color css
<style>
span { border-color: #755A54; }
span { border-color: rgb(117,90,84); }
td.TdClassName
{
border-color: #755A54;
}
.TagClassName
{
border-color: #755A54;
}
</style>