Shades of Camelot #783E4D
Tints of Camelot #783E4D
RGB
CMYK
RGB Variations
Color information
#783E4D (or 0x783E4D) is known color: Camelot. HEX triplet: 78, 3E and 4D. RGB value is (120,62,77). Sum of RGB (Red+Green+Blue) = 120+62+77=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #783E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783E4D is #87C1B2. Grayscale: #515151. Windows color (decimal): -8896947 or 5062264. OLE color: 5062264.
HSL color Cylindrical-coordinate representation of color #783E4D: hue angle of 344.48º 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 #783E4D is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 77 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.53 |
| HSL | 344.48º | 0.32% | 0.36% | - |
| HSV(B) | 344.48º | 0.48% | 0.47% | - |
| XYZ | 10.81 | 7.97 | 7.99 | - |
| YUV | 81.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 77 | 0 | 0.48 | 0.36 | 0.53 | 344.48 | 0.32 | 0.36 |
| Hex | 78 | 3E | 4D | 0 | 30 | 24 | 35 | 158 | 20 | 24 |
| Octal | 170 | 76 | 115 | 0 | 60 | 44 | 65 | 530 | 40 | 44 |
| Binary | 1111000 | 111110 | 1001101 | 0 | 110000 | 100100 | 110101 | 101011000 | 100000 | 100100 |
Color Harmonies of #783E4D
Complementary color
Monochromatic Colors of #783E4D
Black with #783E4D
Text Example
Text Example
White with #783E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E4D; }
p { color: rgb(120,62,77); }
H1.HeaderClassName
{
color: #783E4D;
}
.AnyTagClassName
{
color: #783E4D;
}
</style>
background-color css
<style>
a { background-color: #783E4D; }
a { background-color: rgb(120,62,77); }
div.DivClassName
{
background-color: #783E4D;
}
.BgClassName
{
background-color: #783E4D;
}
</style>
border-color css
<style>
span { border-color: #783E4D; }
span { border-color: rgb(120,62,77); }
td.TdClassName
{
border-color: #783E4D;
}
.TagClassName
{
border-color: #783E4D;
}
</style>