Shades of Buccaneer #784C4C
Tints of Buccaneer #784C4C
RGB
CMYK
RGB Variations
Color information
#784C4C (or 0x784C4C) is known color: Buccaneer. HEX triplet: 78, 4C and 4C. RGB value is (120,76,76). Sum of RGB (Red+Green+Blue) = 120+76+76=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #784C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C4C is #87B3B3. Grayscale: #595959. Windows color (decimal): -8893364 or 5000312. OLE color: 5000312.
HSL color Cylindrical-coordinate representation of color #784C4C: 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.37%. Process color model (Four color, CMYK) of #784C4C is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 76 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.53 |
| HSL | 0º | 0.22% | 0.38% | - |
| HSV(B) | 0º | 0.37% | 0.47% | - |
| XYZ | 11.63 | 9.68 | 8.09 | - |
| YUV | 89.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 76 | 0 | 0.37 | 0.37 | 0.53 | 0 | 0.22 | 0.38 |
| Hex | 78 | 4C | 4C | 0 | 25 | 25 | 35 | 0 | 16 | 26 |
| Octal | 170 | 114 | 114 | 0 | 45 | 45 | 65 | 0 | 26 | 46 |
| Binary | 1111000 | 1001100 | 1001100 | 0 | 100101 | 100101 | 110101 | 0 | 10110 | 100110 |
Color Harmonies of #784C4C
Complementary color
Monochromatic Colors of #784C4C
Black with #784C4C
Text Example
Text Example
White with #784C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C4C; }
p { color: rgb(120,76,76); }
H1.HeaderClassName
{
color: #784C4C;
}
.AnyTagClassName
{
color: #784C4C;
}
</style>
background-color css
<style>
a { background-color: #784C4C; }
a { background-color: rgb(120,76,76); }
div.DivClassName
{
background-color: #784C4C;
}
.BgClassName
{
background-color: #784C4C;
}
</style>
border-color css
<style>
span { border-color: #784C4C; }
span { border-color: rgb(120,76,76); }
td.TdClassName
{
border-color: #784C4C;
}
.TagClassName
{
border-color: #784C4C;
}
</style>