Shades of Camelot #793E54
Tints of Camelot #793E54
RGB
CMYK
RGB Variations
Color information
#793E54 (or 0x793E54) is known color: Camelot. HEX triplet: 79, 3E and 54. RGB value is (121,62,84). Sum of RGB (Red+Green+Blue) = 121+62+84=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #793E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793E54 is #86C1AB. Grayscale: #525252. Windows color (decimal): -8831404 or 5521017. OLE color: 5521017.
HSL color Cylindrical-coordinate representation of color #793E54: hue angle of 337.63º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #793E54 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 62 | 84 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.53 |
| HSL | 337.63º | 0.32% | 0.36% | - |
| HSV(B) | 337.63º | 0.49% | 0.47% | - |
| XYZ | 11.21 | 8.15 | 9.37 | - |
| YUV | 82.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 84 | 0 | 0.49 | 0.31 | 0.53 | 337.63 | 0.32 | 0.36 |
| Hex | 79 | 3E | 54 | 0 | 31 | 1F | 35 | 152 | 20 | 24 |
| Octal | 171 | 76 | 124 | 0 | 61 | 37 | 65 | 522 | 40 | 44 |
| Binary | 1111001 | 111110 | 1010100 | 0 | 110001 | 11111 | 110101 | 101010010 | 100000 | 100100 |
Color Harmonies of #793E54
Complementary color
Monochromatic Colors of #793E54
Black with #793E54
Text Example
Text Example
White with #793E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793E54; }
p { color: rgb(121,62,84); }
H1.HeaderClassName
{
color: #793E54;
}
.AnyTagClassName
{
color: #793E54;
}
</style>
background-color css
<style>
a { background-color: #793E54; }
a { background-color: rgb(121,62,84); }
div.DivClassName
{
background-color: #793E54;
}
.BgClassName
{
background-color: #793E54;
}
</style>
border-color css
<style>
span { border-color: #793E54; }
span { border-color: rgb(121,62,84); }
td.TdClassName
{
border-color: #793E54;
}
.TagClassName
{
border-color: #793E54;
}
</style>