Shades of Buccaneer #77554D
Tints of Buccaneer #77554D
RGB
CMYK
RGB Variations
Color information
#77554D (or 0x77554D) is known color: Buccaneer. HEX triplet: 77, 55 and 4D. RGB value is (119,85,77). Sum of RGB (Red+Green+Blue) = 119+85+77=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77554D is #88AAB2. Grayscale: #5E5E5E. Windows color (decimal): -8956595 or 5068151. OLE color: 5068151.
HSL color Cylindrical-coordinate representation of color #77554D: hue angle of 11.43º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77554D is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 77 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.53 |
| HSL | 11.43º | 0.21% | 0.38% | - |
| HSV(B) | 11.43º | 0.35% | 0.47% | - |
| XYZ | 12.2 | 10.95 | 8.49 | - |
| YUV | 94.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 77 | 0 | 0.29 | 0.35 | 0.53 | 11.43 | 0.21 | 0.38 |
| Hex | 77 | 55 | 4D | 0 | 1D | 23 | 35 | B | 15 | 26 |
| Octal | 167 | 125 | 115 | 0 | 35 | 43 | 65 | 13 | 25 | 46 |
| Binary | 1110111 | 1010101 | 1001101 | 0 | 11101 | 100011 | 110101 | 1011 | 10101 | 100110 |
Color Harmonies of #77554D
Complementary color
Monochromatic Colors of #77554D
Black with #77554D
Text Example
Text Example
White with #77554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77554D; }
p { color: rgb(119,85,77); }
H1.HeaderClassName
{
color: #77554D;
}
.AnyTagClassName
{
color: #77554D;
}
</style>
background-color css
<style>
a { background-color: #77554D; }
a { background-color: rgb(119,85,77); }
div.DivClassName
{
background-color: #77554D;
}
.BgClassName
{
background-color: #77554D;
}
</style>
border-color css
<style>
span { border-color: #77554D; }
span { border-color: rgb(119,85,77); }
td.TdClassName
{
border-color: #77554D;
}
.TagClassName
{
border-color: #77554D;
}
</style>