Shades of Camelot #783F51
Tints of Camelot #783F51
RGB
CMYK
RGB Variations
Color information
#783F51 (or 0x783F51) is known color: Camelot. HEX triplet: 78, 3F and 51. RGB value is (120,63,81). Sum of RGB (Red+Green+Blue) = 120+63+81=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #783F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F51 is #87C0AE. Grayscale: #525252. Windows color (decimal): -8896687 or 5324664. OLE color: 5324664.
HSL color Cylindrical-coordinate representation of color #783F51: hue angle of 341.05º degrees, saturation: 0.31, 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 #783F51 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 81 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.53 |
| HSL | 341.05º | 0.31% | 0.36% | - |
| HSV(B) | 341.05º | 0.48% | 0.47% | - |
| XYZ | 11.01 | 8.14 | 8.78 | - |
| YUV | 82.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 81 | 0 | 0.48 | 0.32 | 0.53 | 341.05 | 0.31 | 0.36 |
| Hex | 78 | 3F | 51 | 0 | 30 | 20 | 35 | 155 | 1F | 24 |
| Octal | 170 | 77 | 121 | 0 | 60 | 40 | 65 | 525 | 37 | 44 |
| Binary | 1111000 | 111111 | 1010001 | 0 | 110000 | 100000 | 110101 | 101010101 | 11111 | 100100 |
Color Harmonies of #783F51
Complementary color
Monochromatic Colors of #783F51
Black with #783F51
Text Example
Text Example
White with #783F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F51; }
p { color: rgb(120,63,81); }
H1.HeaderClassName
{
color: #783F51;
}
.AnyTagClassName
{
color: #783F51;
}
</style>
background-color css
<style>
a { background-color: #783F51; }
a { background-color: rgb(120,63,81); }
div.DivClassName
{
background-color: #783F51;
}
.BgClassName
{
background-color: #783F51;
}
</style>
border-color css
<style>
span { border-color: #783F51; }
span { border-color: rgb(120,63,81); }
td.TdClassName
{
border-color: #783F51;
}
.TagClassName
{
border-color: #783F51;
}
</style>