Shades of Buccaneer #774E4D
Tints of Buccaneer #774E4D
RGB
CMYK
RGB Variations
Color information
#774E4D (or 0x774E4D) is known color: Buccaneer. HEX triplet: 77, 4E and 4D. RGB value is (119,78,77). Sum of RGB (Red+Green+Blue) = 119+78+77=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E4D is #88B1B2. Grayscale: #5A5A5A. Windows color (decimal): -8958387 or 5066359. OLE color: 5066359.
HSL color Cylindrical-coordinate representation of color #774E4D: hue angle of 1.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 #774E4D is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 77 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.53 |
| HSL | 1.43º | 0.21% | 0.38% | - |
| HSV(B) | 1.43º | 0.35% | 0.47% | - |
| XYZ | 11.67 | 9.91 | 8.32 | - |
| YUV | 90.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 77 | 0 | 0.34 | 0.35 | 0.53 | 1.43 | 0.21 | 0.38 |
| Hex | 77 | 4E | 4D | 0 | 22 | 23 | 35 | 1 | 15 | 26 |
| Octal | 167 | 116 | 115 | 0 | 42 | 43 | 65 | 1 | 25 | 46 |
| Binary | 1110111 | 1001110 | 1001101 | 0 | 100010 | 100011 | 110101 | 1 | 10101 | 100110 |
Color Harmonies of #774E4D
Complementary color
Monochromatic Colors of #774E4D
Black with #774E4D
Text Example
Text Example
White with #774E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E4D; }
p { color: rgb(119,78,77); }
H1.HeaderClassName
{
color: #774E4D;
}
.AnyTagClassName
{
color: #774E4D;
}
</style>
background-color css
<style>
a { background-color: #774E4D; }
a { background-color: rgb(119,78,77); }
div.DivClassName
{
background-color: #774E4D;
}
.BgClassName
{
background-color: #774E4D;
}
</style>
border-color css
<style>
span { border-color: #774E4D; }
span { border-color: rgb(119,78,77); }
td.TdClassName
{
border-color: #774E4D;
}
.TagClassName
{
border-color: #774E4D;
}
</style>