Shades of Buccaneer #77574E
Tints of Buccaneer #77574E
RGB
CMYK
RGB Variations
Color information
#77574E (or 0x77574E) is known color: Buccaneer. HEX triplet: 77, 57 and 4E. RGB value is (119,87,78). Sum of RGB (Red+Green+Blue) = 119+87+78=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77574E is #88A8B1. Grayscale: #5F5F5F. Windows color (decimal): -8956082 or 5134199. OLE color: 5134199.
HSL color Cylindrical-coordinate representation of color #77574E: hue angle of 13.17º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77574E is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 87 | 78 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.53 |
| HSL | 13.17º | 0.21% | 0.39% | - |
| HSV(B) | 13.17º | 0.34% | 0.47% | - |
| XYZ | 12.39 | 11.29 | 8.73 | - |
| YUV | 95.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 87 | 78 | 0 | 0.27 | 0.34 | 0.53 | 13.17 | 0.21 | 0.39 |
| Hex | 77 | 57 | 4E | 0 | 1B | 22 | 35 | D | 15 | 27 |
| Octal | 167 | 127 | 116 | 0 | 33 | 42 | 65 | 15 | 25 | 47 |
| Binary | 1110111 | 1010111 | 1001110 | 0 | 11011 | 100010 | 110101 | 1101 | 10101 | 100111 |
Color Harmonies of #77574E
Complementary color
Monochromatic Colors of #77574E
Black with #77574E
Text Example
Text Example
White with #77574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77574E; }
p { color: rgb(119,87,78); }
H1.HeaderClassName
{
color: #77574E;
}
.AnyTagClassName
{
color: #77574E;
}
</style>
background-color css
<style>
a { background-color: #77574E; }
a { background-color: rgb(119,87,78); }
div.DivClassName
{
background-color: #77574E;
}
.BgClassName
{
background-color: #77574E;
}
</style>
border-color css
<style>
span { border-color: #77574E; }
span { border-color: rgb(119,87,78); }
td.TdClassName
{
border-color: #77574E;
}
.TagClassName
{
border-color: #77574E;
}
</style>