Shades of Camelot #783E4E
Tints of Camelot #783E4E
RGB
CMYK
RGB Variations
Color information
#783E4E (or 0x783E4E) is known color: Camelot. HEX triplet: 78, 3E and 4E. RGB value is (120,62,78). Sum of RGB (Red+Green+Blue) = 120+62+78=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #783E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783E4E is #87C1B1. Grayscale: #515151. Windows color (decimal): -8896946 or 5127800. OLE color: 5127800.
HSL color Cylindrical-coordinate representation of color #783E4E: hue angle of 343.45º 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 #783E4E is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 78 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.53 |
| HSL | 343.45º | 0.32% | 0.36% | - |
| HSV(B) | 343.45º | 0.48% | 0.47% | - |
| XYZ | 10.84 | 7.99 | 8.18 | - |
| YUV | 81.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 78 | 0 | 0.48 | 0.35 | 0.53 | 343.45 | 0.32 | 0.36 |
| Hex | 78 | 3E | 4E | 0 | 30 | 23 | 35 | 157 | 20 | 24 |
| Octal | 170 | 76 | 116 | 0 | 60 | 43 | 65 | 527 | 40 | 44 |
| Binary | 1111000 | 111110 | 1001110 | 0 | 110000 | 100011 | 110101 | 101010111 | 100000 | 100100 |
Color Harmonies of #783E4E
Complementary color
Monochromatic Colors of #783E4E
Black with #783E4E
Text Example
Text Example
White with #783E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E4E; }
p { color: rgb(120,62,78); }
H1.HeaderClassName
{
color: #783E4E;
}
.AnyTagClassName
{
color: #783E4E;
}
</style>
background-color css
<style>
a { background-color: #783E4E; }
a { background-color: rgb(120,62,78); }
div.DivClassName
{
background-color: #783E4E;
}
.BgClassName
{
background-color: #783E4E;
}
</style>
border-color css
<style>
span { border-color: #783E4E; }
span { border-color: rgb(120,62,78); }
td.TdClassName
{
border-color: #783E4E;
}
.TagClassName
{
border-color: #783E4E;
}
</style>