Shades of Camelot #783845
Tints of Camelot #783845
RGB
CMYK
RGB Variations
Color information
#783845 (or 0x783845) is known color: Camelot. HEX triplet: 78, 38 and 45. RGB value is (120,56,69). Sum of RGB (Red+Green+Blue) = 120+56+69=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #783845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783845 is #87C7BA. Grayscale: #4C4C4C. Windows color (decimal): -8898491 or 4536440. OLE color: 4536440.
HSL color Cylindrical-coordinate representation of color #783845: hue angle of 347.81º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #783845 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 56 | 69 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.53 |
| HSL | 347.81º | 0.36% | 0.35% | - |
| HSV(B) | 347.81º | 0.53% | 0.47% | - |
| XYZ | 10.23 | 7.25 | 6.49 | - |
| YUV | 76.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 69 | 0 | 0.53 | 0.42 | 0.53 | 347.81 | 0.36 | 0.35 |
| Hex | 78 | 38 | 45 | 0 | 35 | 2A | 35 | 15C | 24 | 23 |
| Octal | 170 | 70 | 105 | 0 | 65 | 52 | 65 | 534 | 44 | 43 |
| Binary | 1111000 | 111000 | 1000101 | 0 | 110101 | 101010 | 110101 | 101011100 | 100100 | 100011 |
Color Harmonies of #783845
Complementary color
Monochromatic Colors of #783845
Black with #783845
Text Example
Text Example
White with #783845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783845; }
p { color: rgb(120,56,69); }
H1.HeaderClassName
{
color: #783845;
}
.AnyTagClassName
{
color: #783845;
}
</style>
background-color css
<style>
a { background-color: #783845; }
a { background-color: rgb(120,56,69); }
div.DivClassName
{
background-color: #783845;
}
.BgClassName
{
background-color: #783845;
}
</style>
border-color css
<style>
span { border-color: #783845; }
span { border-color: rgb(120,56,69); }
td.TdClassName
{
border-color: #783845;
}
.TagClassName
{
border-color: #783845;
}
</style>