Shades of Buccaneer #775954
Tints of Buccaneer #775954
RGB
CMYK
RGB Variations
Color information
#775954 (or 0x775954) is known color: Buccaneer. HEX triplet: 77, 59 and 54. RGB value is (119,89,84). Sum of RGB (Red+Green+Blue) = 119+89+84=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #775954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775954 is #88A6AB. Grayscale: #616161. Windows color (decimal): -8955564 or 5527927. OLE color: 5527927.
HSL color Cylindrical-coordinate representation of color #775954: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775954 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 84 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.53 |
| HSL | 8.57º | 0.17% | 0.4% | - |
| HSV(B) | 8.57º | 0.29% | 0.47% | - |
| XYZ | 12.78 | 11.71 | 9.97 | - |
| YUV | 97.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 84 | 0 | 0.25 | 0.29 | 0.53 | 8.57 | 0.17 | 0.4 |
| Hex | 77 | 59 | 54 | 0 | 19 | 1D | 35 | 9 | 11 | 28 |
| Octal | 167 | 131 | 124 | 0 | 31 | 35 | 65 | 11 | 21 | 50 |
| Binary | 1110111 | 1011001 | 1010100 | 0 | 11001 | 11101 | 110101 | 1001 | 10001 | 101000 |
Color Harmonies of #775954
Complementary color
Monochromatic Colors of #775954
Black with #775954
Text Example
Text Example
White with #775954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775954; }
p { color: rgb(119,89,84); }
H1.HeaderClassName
{
color: #775954;
}
.AnyTagClassName
{
color: #775954;
}
</style>
background-color css
<style>
a { background-color: #775954; }
a { background-color: rgb(119,89,84); }
div.DivClassName
{
background-color: #775954;
}
.BgClassName
{
background-color: #775954;
}
</style>
border-color css
<style>
span { border-color: #775954; }
span { border-color: rgb(119,89,84); }
td.TdClassName
{
border-color: #775954;
}
.TagClassName
{
border-color: #775954;
}
</style>