Shades of Camelot #783549
Tints of Camelot #783549
RGB
CMYK
RGB Variations
Color information
#783549 (or 0x783549) is known color: Camelot. HEX triplet: 78, 35 and 49. RGB value is (120,53,73). Sum of RGB (Red+Green+Blue) = 120+53+73=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #783549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783549 is #87CAB6. Grayscale: #4B4B4B. Windows color (decimal): -8899255 or 4797816. OLE color: 4797816.
HSL color Cylindrical-coordinate representation of color #783549: hue angle of 342.09º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #783549 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 73 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.53 |
| HSL | 342.09º | 0.39% | 0.34% | - |
| HSV(B) | 342.09º | 0.56% | 0.47% | - |
| XYZ | 10.22 | 7.02 | 7.12 | - |
| YUV | 75.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 73 | 0 | 0.56 | 0.39 | 0.53 | 342.09 | 0.39 | 0.34 |
| Hex | 78 | 35 | 49 | 0 | 38 | 27 | 35 | 156 | 27 | 22 |
| Octal | 170 | 65 | 111 | 0 | 70 | 47 | 65 | 526 | 47 | 42 |
| Binary | 1111000 | 110101 | 1001001 | 0 | 111000 | 100111 | 110101 | 101010110 | 100111 | 100010 |
Color Harmonies of #783549
Complementary color
Monochromatic Colors of #783549
Black with #783549
Text Example
Text Example
White with #783549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783549; }
p { color: rgb(120,53,73); }
H1.HeaderClassName
{
color: #783549;
}
.AnyTagClassName
{
color: #783549;
}
</style>
background-color css
<style>
a { background-color: #783549; }
a { background-color: rgb(120,53,73); }
div.DivClassName
{
background-color: #783549;
}
.BgClassName
{
background-color: #783549;
}
</style>
border-color css
<style>
span { border-color: #783549; }
span { border-color: rgb(120,53,73); }
td.TdClassName
{
border-color: #783549;
}
.TagClassName
{
border-color: #783549;
}
</style>