Shades of Buccaneer #784E4D
Tints of Buccaneer #784E4D
RGB
CMYK
RGB Variations
Color information
#784E4D (or 0x784E4D) is known color: Buccaneer. HEX triplet: 78, 4E and 4D. RGB value is (120,78,77). Sum of RGB (Red+Green+Blue) = 120+78+77=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #784E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E4D is #87B1B2. Grayscale: #5A5A5A. Windows color (decimal): -8892851 or 5066360. OLE color: 5066360.
HSL color Cylindrical-coordinate representation of color #784E4D: hue angle of 1.4º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #784E4D is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 78 | 77 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.53 |
| HSL | 1.4º | 0.22% | 0.39% | - |
| HSV(B) | 1.4º | 0.36% | 0.47% | - |
| XYZ | 11.81 | 9.98 | 8.32 | - |
| YUV | 90.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 77 | 0 | 0.35 | 0.36 | 0.53 | 1.4 | 0.22 | 0.39 |
| Hex | 78 | 4E | 4D | 0 | 23 | 24 | 35 | 1 | 16 | 27 |
| Octal | 170 | 116 | 115 | 0 | 43 | 44 | 65 | 1 | 26 | 47 |
| Binary | 1111000 | 1001110 | 1001101 | 0 | 100011 | 100100 | 110101 | 1 | 10110 | 100111 |
Color Harmonies of #784E4D
Complementary color
Monochromatic Colors of #784E4D
Black with #784E4D
Text Example
Text Example
White with #784E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784E4D; }
p { color: rgb(120,78,77); }
H1.HeaderClassName
{
color: #784E4D;
}
.AnyTagClassName
{
color: #784E4D;
}
</style>
background-color css
<style>
a { background-color: #784E4D; }
a { background-color: rgb(120,78,77); }
div.DivClassName
{
background-color: #784E4D;
}
.BgClassName
{
background-color: #784E4D;
}
</style>
border-color css
<style>
span { border-color: #784E4D; }
span { border-color: rgb(120,78,77); }
td.TdClassName
{
border-color: #784E4D;
}
.TagClassName
{
border-color: #784E4D;
}
</style>