Shades of Buccaneer #784A48
Tints of Buccaneer #784A48
RGB
CMYK
RGB Variations
Color information
#784A48 (or 0x784A48) is known color: Buccaneer. HEX triplet: 78, 4A and 48. RGB value is (120,74,72). Sum of RGB (Red+Green+Blue) = 120+74+72=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #784A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A48 is #87B5B7. Grayscale: #575757. Windows color (decimal): -8893880 or 4737656. OLE color: 4737656.
HSL color Cylindrical-coordinate representation of color #784A48: hue angle of 2.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784A48 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 72 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.53 |
| HSL | 2.5º | 0.25% | 0.38% | - |
| HSV(B) | 2.5º | 0.4% | 0.47% | - |
| XYZ | 11.36 | 9.36 | 7.34 | - |
| YUV | 87.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 72 | 0 | 0.38 | 0.40 | 0.53 | 2.5 | 0.25 | 0.38 |
| Hex | 78 | 4A | 48 | 0 | 26 | 28 | 35 | 2 | 19 | 26 |
| Octal | 170 | 112 | 110 | 0 | 46 | 50 | 65 | 2 | 31 | 46 |
| Binary | 1111000 | 1001010 | 1001000 | 0 | 100110 | 101000 | 110101 | 10 | 11001 | 100110 |
Color Harmonies of #784A48
Complementary color
Monochromatic Colors of #784A48
Black with #784A48
Text Example
Text Example
White with #784A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A48; }
p { color: rgb(120,74,72); }
H1.HeaderClassName
{
color: #784A48;
}
.AnyTagClassName
{
color: #784A48;
}
</style>
background-color css
<style>
a { background-color: #784A48; }
a { background-color: rgb(120,74,72); }
div.DivClassName
{
background-color: #784A48;
}
.BgClassName
{
background-color: #784A48;
}
</style>
border-color css
<style>
span { border-color: #784A48; }
span { border-color: rgb(120,74,72); }
td.TdClassName
{
border-color: #784A48;
}
.TagClassName
{
border-color: #784A48;
}
</style>