Shades of Camelot #793D4A
Tints of Camelot #793D4A
RGB
CMYK
RGB Variations
Color information
#793D4A (or 0x793D4A) is known color: Camelot. HEX triplet: 79, 3D and 4A. RGB value is (121,61,74). Sum of RGB (Red+Green+Blue) = 121+61+74=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #793D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793D4A is #86C2B5. Grayscale: #505050. Windows color (decimal): -8831670 or 4865401. OLE color: 4865401.
HSL color Cylindrical-coordinate representation of color #793D4A: hue angle of 347º 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 #793D4A is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 61 | 74 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.53 |
| HSL | 347º | 0.33% | 0.36% | - |
| HSV(B) | 347º | 0.5% | 0.47% | - |
| XYZ | 10.79 | 7.9 | 7.43 | - |
| YUV | 80.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 74 | 0 | 0.50 | 0.39 | 0.53 | 347 | 0.33 | 0.36 |
| Hex | 79 | 3D | 4A | 0 | 32 | 27 | 35 | 15B | 21 | 24 |
| Octal | 171 | 75 | 112 | 0 | 62 | 47 | 65 | 533 | 41 | 44 |
| Binary | 1111001 | 111101 | 1001010 | 0 | 110010 | 100111 | 110101 | 101011011 | 100001 | 100100 |
Color Harmonies of #793D4A
Complementary color
Monochromatic Colors of #793D4A
Black with #793D4A
Text Example
Text Example
White with #793D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D4A; }
p { color: rgb(121,61,74); }
H1.HeaderClassName
{
color: #793D4A;
}
.AnyTagClassName
{
color: #793D4A;
}
</style>
background-color css
<style>
a { background-color: #793D4A; }
a { background-color: rgb(121,61,74); }
div.DivClassName
{
background-color: #793D4A;
}
.BgClassName
{
background-color: #793D4A;
}
</style>
border-color css
<style>
span { border-color: #793D4A; }
span { border-color: rgb(121,61,74); }
td.TdClassName
{
border-color: #793D4A;
}
.TagClassName
{
border-color: #793D4A;
}
</style>