Shades of Buccaneer #774C4A
Tints of Buccaneer #774C4A
RGB
CMYK
RGB Variations
Color information
#774C4A (or 0x774C4A) is known color: Buccaneer. HEX triplet: 77, 4C and 4A. RGB value is (119,76,74). Sum of RGB (Red+Green+Blue) = 119+76+74=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C4A is #88B3B5. Grayscale: #585858. Windows color (decimal): -8958902 or 4869239. OLE color: 4869239.
HSL color Cylindrical-coordinate representation of color #774C4A: hue angle of 2.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774C4A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 74 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.53 |
| HSL | 2.67º | 0.23% | 0.38% | - |
| HSV(B) | 2.67º | 0.38% | 0.47% | - |
| XYZ | 11.43 | 9.59 | 7.73 | - |
| YUV | 88.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 74 | 0 | 0.36 | 0.38 | 0.53 | 2.67 | 0.23 | 0.38 |
| Hex | 77 | 4C | 4A | 0 | 24 | 26 | 35 | 3 | 17 | 26 |
| Octal | 167 | 114 | 112 | 0 | 44 | 46 | 65 | 3 | 27 | 46 |
| Binary | 1110111 | 1001100 | 1001010 | 0 | 100100 | 100110 | 110101 | 11 | 10111 | 100110 |
Color Harmonies of #774C4A
Complementary color
Monochromatic Colors of #774C4A
Black with #774C4A
Text Example
Text Example
White with #774C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C4A; }
p { color: rgb(119,76,74); }
H1.HeaderClassName
{
color: #774C4A;
}
.AnyTagClassName
{
color: #774C4A;
}
</style>
background-color css
<style>
a { background-color: #774C4A; }
a { background-color: rgb(119,76,74); }
div.DivClassName
{
background-color: #774C4A;
}
.BgClassName
{
background-color: #774C4A;
}
</style>
border-color css
<style>
span { border-color: #774C4A; }
span { border-color: rgb(119,76,74); }
td.TdClassName
{
border-color: #774C4A;
}
.TagClassName
{
border-color: #774C4A;
}
</style>