Shades of Camelot #783E49
Tints of Camelot #783E49
RGB
CMYK
RGB Variations
Color information
#783E49 (or 0x783E49) is known color: Camelot. HEX triplet: 78, 3E and 49. RGB value is (120,62,73). Sum of RGB (Red+Green+Blue) = 120+62+73=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #783E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783E49 is #87C1B6. Grayscale: #505050. Windows color (decimal): -8896951 or 4800120. OLE color: 4800120.
HSL color Cylindrical-coordinate representation of color #783E49: hue angle of 348.62º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #783E49 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 73 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.53 |
| HSL | 348.62º | 0.32% | 0.36% | - |
| HSV(B) | 348.62º | 0.48% | 0.47% | - |
| XYZ | 10.67 | 7.92 | 7.27 | - |
| YUV | 80.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 73 | 0 | 0.48 | 0.39 | 0.53 | 348.62 | 0.32 | 0.36 |
| Hex | 78 | 3E | 49 | 0 | 30 | 27 | 35 | 15D | 20 | 24 |
| Octal | 170 | 76 | 111 | 0 | 60 | 47 | 65 | 535 | 40 | 44 |
| Binary | 1111000 | 111110 | 1001001 | 0 | 110000 | 100111 | 110101 | 101011101 | 100000 | 100100 |
Color Harmonies of #783E49
Complementary color
Monochromatic Colors of #783E49
Black with #783E49
Text Example
Text Example
White with #783E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E49; }
p { color: rgb(120,62,73); }
H1.HeaderClassName
{
color: #783E49;
}
.AnyTagClassName
{
color: #783E49;
}
</style>
background-color css
<style>
a { background-color: #783E49; }
a { background-color: rgb(120,62,73); }
div.DivClassName
{
background-color: #783E49;
}
.BgClassName
{
background-color: #783E49;
}
</style>
border-color css
<style>
span { border-color: #783E49; }
span { border-color: rgb(120,62,73); }
td.TdClassName
{
border-color: #783E49;
}
.TagClassName
{
border-color: #783E49;
}
</style>