Shades of Buccaneer #78504E
Tints of Buccaneer #78504E
RGB
CMYK
RGB Variations
Color information
#78504E (or 0x78504E) is known color: Buccaneer. HEX triplet: 78, 50 and 4E. RGB value is (120,80,78). Sum of RGB (Red+Green+Blue) = 120+80+78=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #78504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78504E is #87AFB1. Grayscale: #5B5B5B. Windows color (decimal): -8892338 or 5132408. OLE color: 5132408.
HSL color Cylindrical-coordinate representation of color #78504E: hue angle of 2.86º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78504E is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 78 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.53 |
| HSL | 2.86º | 0.21% | 0.39% | - |
| HSV(B) | 2.86º | 0.35% | 0.47% | - |
| XYZ | 11.99 | 10.28 | 8.56 | - |
| YUV | 91.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 78 | 0 | 0.33 | 0.35 | 0.53 | 2.86 | 0.21 | 0.39 |
| Hex | 78 | 50 | 4E | 0 | 21 | 23 | 35 | 3 | 15 | 27 |
| Octal | 170 | 120 | 116 | 0 | 41 | 43 | 65 | 3 | 25 | 47 |
| Binary | 1111000 | 1010000 | 1001110 | 0 | 100001 | 100011 | 110101 | 11 | 10101 | 100111 |
Color Harmonies of #78504E
Complementary color
Monochromatic Colors of #78504E
Black with #78504E
Text Example
Text Example
White with #78504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78504E; }
p { color: rgb(120,80,78); }
H1.HeaderClassName
{
color: #78504E;
}
.AnyTagClassName
{
color: #78504E;
}
</style>
background-color css
<style>
a { background-color: #78504E; }
a { background-color: rgb(120,80,78); }
div.DivClassName
{
background-color: #78504E;
}
.BgClassName
{
background-color: #78504E;
}
</style>
border-color css
<style>
span { border-color: #78504E; }
span { border-color: rgb(120,80,78); }
td.TdClassName
{
border-color: #78504E;
}
.TagClassName
{
border-color: #78504E;
}
</style>