Shades of Buccaneer #77544D
Tints of Buccaneer #77544D
RGB
CMYK
RGB Variations
Color information
#77544D (or 0x77544D) is known color: Buccaneer. HEX triplet: 77, 54 and 4D. RGB value is (119,84,77). Sum of RGB (Red+Green+Blue) = 119+84+77=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77544D is #88ABB2. Grayscale: #5D5D5D. Windows color (decimal): -8956851 or 5067895. OLE color: 5067895.
HSL color Cylindrical-coordinate representation of color #77544D: hue angle of 10º 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 #77544D is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 77 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.53 |
| HSL | 10º | 0.21% | 0.38% | - |
| HSV(B) | 10º | 0.35% | 0.47% | - |
| XYZ | 12.12 | 10.8 | 8.47 | - |
| YUV | 93.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 77 | 0 | 0.29 | 0.35 | 0.53 | 10 | 0.21 | 0.38 |
| Hex | 77 | 54 | 4D | 0 | 1D | 23 | 35 | A | 15 | 26 |
| Octal | 167 | 124 | 115 | 0 | 35 | 43 | 65 | 12 | 25 | 46 |
| Binary | 1110111 | 1010100 | 1001101 | 0 | 11101 | 100011 | 110101 | 1010 | 10101 | 100110 |
Color Harmonies of #77544D
Complementary color
Monochromatic Colors of #77544D
Black with #77544D
Text Example
Text Example
White with #77544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77544D; }
p { color: rgb(119,84,77); }
H1.HeaderClassName
{
color: #77544D;
}
.AnyTagClassName
{
color: #77544D;
}
</style>
background-color css
<style>
a { background-color: #77544D; }
a { background-color: rgb(119,84,77); }
div.DivClassName
{
background-color: #77544D;
}
.BgClassName
{
background-color: #77544D;
}
</style>
border-color css
<style>
span { border-color: #77544D; }
span { border-color: rgb(119,84,77); }
td.TdClassName
{
border-color: #77544D;
}
.TagClassName
{
border-color: #77544D;
}
</style>