Shades of Camelot #794051
Tints of Camelot #794051
RGB
CMYK
RGB Variations
Color information
#794051 (or 0x794051) is known color: Camelot. HEX triplet: 79, 40 and 51. RGB value is (121,64,81). Sum of RGB (Red+Green+Blue) = 121+64+81=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #794051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794051 is #86BFAE. Grayscale: #525252. Windows color (decimal): -8830895 or 5324921. OLE color: 5324921.
HSL color Cylindrical-coordinate representation of color #794051: hue angle of 342.11º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #794051 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 64 | 81 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.53 |
| HSL | 342.11º | 0.31% | 0.36% | - |
| HSV(B) | 342.11º | 0.47% | 0.47% | - |
| XYZ | 11.2 | 8.33 | 8.8 | - |
| YUV | 82.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 64 | 81 | 0 | 0.47 | 0.33 | 0.53 | 342.11 | 0.31 | 0.36 |
| Hex | 79 | 40 | 51 | 0 | 2F | 21 | 35 | 156 | 1F | 24 |
| Octal | 171 | 100 | 121 | 0 | 57 | 41 | 65 | 526 | 37 | 44 |
| Binary | 1111001 | 1000000 | 1010001 | 0 | 101111 | 100001 | 110101 | 101010110 | 11111 | 100100 |
Color Harmonies of #794051
Complementary color
Monochromatic Colors of #794051
Black with #794051
Text Example
Text Example
White with #794051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794051; }
p { color: rgb(121,64,81); }
H1.HeaderClassName
{
color: #794051;
}
.AnyTagClassName
{
color: #794051;
}
</style>
background-color css
<style>
a { background-color: #794051; }
a { background-color: rgb(121,64,81); }
div.DivClassName
{
background-color: #794051;
}
.BgClassName
{
background-color: #794051;
}
</style>
border-color css
<style>
span { border-color: #794051; }
span { border-color: rgb(121,64,81); }
td.TdClassName
{
border-color: #794051;
}
.TagClassName
{
border-color: #794051;
}
</style>