Shades of Camelot #784651
Tints of Camelot #784651
RGB
CMYK
RGB Variations
Color information
#784651 (or 0x784651) is known color: Camelot. HEX triplet: 78, 46 and 51. RGB value is (120,70,81). Sum of RGB (Red+Green+Blue) = 120+70+81=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #784651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784651 is #87B9AE. Grayscale: #565656. Windows color (decimal): -8894895 or 5326456. OLE color: 5326456.
HSL color Cylindrical-coordinate representation of color #784651: hue angle of 346.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #784651 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 81 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.53 |
| HSL | 346.8º | 0.26% | 0.37% | - |
| HSV(B) | 346.8º | 0.42% | 0.47% | - |
| XYZ | 11.42 | 8.97 | 8.91 | - |
| YUV | 86.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 81 | 0 | 0.42 | 0.32 | 0.53 | 346.8 | 0.26 | 0.37 |
| Hex | 78 | 46 | 51 | 0 | 2A | 20 | 35 | 15B | 1A | 25 |
| Octal | 170 | 106 | 121 | 0 | 52 | 40 | 65 | 533 | 32 | 45 |
| Binary | 1111000 | 1000110 | 1010001 | 0 | 101010 | 100000 | 110101 | 101011011 | 11010 | 100101 |
Color Harmonies of #784651
Complementary color
Monochromatic Colors of #784651
Black with #784651
Text Example
Text Example
White with #784651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784651; }
p { color: rgb(120,70,81); }
H1.HeaderClassName
{
color: #784651;
}
.AnyTagClassName
{
color: #784651;
}
</style>
background-color css
<style>
a { background-color: #784651; }
a { background-color: rgb(120,70,81); }
div.DivClassName
{
background-color: #784651;
}
.BgClassName
{
background-color: #784651;
}
</style>
border-color css
<style>
span { border-color: #784651; }
span { border-color: rgb(120,70,81); }
td.TdClassName
{
border-color: #784651;
}
.TagClassName
{
border-color: #784651;
}
</style>