Shades of Buccaneer #774C4C
Tints of Buccaneer #774C4C
RGB
CMYK
RGB Variations
Color information
#774C4C (or 0x774C4C) is known color: Buccaneer. HEX triplet: 77, 4C and 4C. RGB value is (119,76,76). Sum of RGB (Red+Green+Blue) = 119+76+76=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C4C is #88B3B3. Grayscale: #585858. Windows color (decimal): -8958900 or 5000311. OLE color: 5000311.
HSL color Cylindrical-coordinate representation of color #774C4C: hue angle of 0º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774C4C is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 76 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.53 |
| HSL | 0º | 0.22% | 0.38% | - |
| HSV(B) | 0º | 0.36% | 0.47% | - |
| XYZ | 11.5 | 9.61 | 8.09 | - |
| YUV | 88.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 76 | 0 | 0.36 | 0.36 | 0.53 | 0 | 0.22 | 0.38 |
| Hex | 77 | 4C | 4C | 0 | 24 | 24 | 35 | 0 | 16 | 26 |
| Octal | 167 | 114 | 114 | 0 | 44 | 44 | 65 | 0 | 26 | 46 |
| Binary | 1110111 | 1001100 | 1001100 | 0 | 100100 | 100100 | 110101 | 0 | 10110 | 100110 |
Color Harmonies of #774C4C
Complementary color
Monochromatic Colors of #774C4C
Black with #774C4C
Text Example
Text Example
White with #774C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C4C; }
p { color: rgb(119,76,76); }
H1.HeaderClassName
{
color: #774C4C;
}
.AnyTagClassName
{
color: #774C4C;
}
</style>
background-color css
<style>
a { background-color: #774C4C; }
a { background-color: rgb(119,76,76); }
div.DivClassName
{
background-color: #774C4C;
}
.BgClassName
{
background-color: #774C4C;
}
</style>
border-color css
<style>
span { border-color: #774C4C; }
span { border-color: rgb(119,76,76); }
td.TdClassName
{
border-color: #774C4C;
}
.TagClassName
{
border-color: #774C4C;
}
</style>