Shades of Camelot #793D4D
Tints of Camelot #793D4D
RGB
CMYK
RGB Variations
Color information
#793D4D (or 0x793D4D) is known color: Camelot. HEX triplet: 79, 3D and 4D. RGB value is (121,61,77). Sum of RGB (Red+Green+Blue) = 121+61+77=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #793D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793D4D is #86C2B2. Grayscale: #505050. Windows color (decimal): -8831667 or 5062009. OLE color: 5062009.
HSL color Cylindrical-coordinate representation of color #793D4D: hue angle of 344º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793D4D is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 61 | 77 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.53 |
| HSL | 344º | 0.33% | 0.36% | - |
| HSV(B) | 344º | 0.5% | 0.47% | - |
| XYZ | 10.89 | 7.94 | 7.98 | - |
| YUV | 80.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 77 | 0 | 0.50 | 0.36 | 0.53 | 344 | 0.33 | 0.36 |
| Hex | 79 | 3D | 4D | 0 | 32 | 24 | 35 | 158 | 21 | 24 |
| Octal | 171 | 75 | 115 | 0 | 62 | 44 | 65 | 530 | 41 | 44 |
| Binary | 1111001 | 111101 | 1001101 | 0 | 110010 | 100100 | 110101 | 101011000 | 100001 | 100100 |
Color Harmonies of #793D4D
Complementary color
Monochromatic Colors of #793D4D
Black with #793D4D
Text Example
Text Example
White with #793D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D4D; }
p { color: rgb(121,61,77); }
H1.HeaderClassName
{
color: #793D4D;
}
.AnyTagClassName
{
color: #793D4D;
}
</style>
background-color css
<style>
a { background-color: #793D4D; }
a { background-color: rgb(121,61,77); }
div.DivClassName
{
background-color: #793D4D;
}
.BgClassName
{
background-color: #793D4D;
}
</style>
border-color css
<style>
span { border-color: #793D4D; }
span { border-color: rgb(121,61,77); }
td.TdClassName
{
border-color: #793D4D;
}
.TagClassName
{
border-color: #793D4D;
}
</style>