Shades of Camelot #783B4F
Tints of Camelot #783B4F
RGB
CMYK
RGB Variations
Color information
#783B4F (or 0x783B4F) is known color: Camelot. HEX triplet: 78, 3B and 4F. RGB value is (120,59,79). Sum of RGB (Red+Green+Blue) = 120+59+79=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #783B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B4F is #87C4B0. Grayscale: #4F4F4F. Windows color (decimal): -8897713 or 5192568. OLE color: 5192568.
HSL color Cylindrical-coordinate representation of color #783B4F: hue angle of 340.33º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B4F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 79 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.53 |
| HSL | 340.33º | 0.34% | 0.35% | - |
| HSV(B) | 340.33º | 0.51% | 0.47% | - |
| XYZ | 10.72 | 7.69 | 8.32 | - |
| YUV | 79.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 79 | 0 | 0.51 | 0.34 | 0.53 | 340.33 | 0.34 | 0.35 |
| Hex | 78 | 3B | 4F | 0 | 33 | 22 | 35 | 154 | 22 | 23 |
| Octal | 170 | 73 | 117 | 0 | 63 | 42 | 65 | 524 | 42 | 43 |
| Binary | 1111000 | 111011 | 1001111 | 0 | 110011 | 100010 | 110101 | 101010100 | 100010 | 100011 |
Color Harmonies of #783B4F
Complementary color
Monochromatic Colors of #783B4F
Black with #783B4F
Text Example
Text Example
White with #783B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B4F; }
p { color: rgb(120,59,79); }
H1.HeaderClassName
{
color: #783B4F;
}
.AnyTagClassName
{
color: #783B4F;
}
</style>
background-color css
<style>
a { background-color: #783B4F; }
a { background-color: rgb(120,59,79); }
div.DivClassName
{
background-color: #783B4F;
}
.BgClassName
{
background-color: #783B4F;
}
</style>
border-color css
<style>
span { border-color: #783B4F; }
span { border-color: rgb(120,59,79); }
td.TdClassName
{
border-color: #783B4F;
}
.TagClassName
{
border-color: #783B4F;
}
</style>