Shades of Camelot #773B4D
Tints of Camelot #773B4D
RGB
CMYK
RGB Variations
Color information
#773B4D (or 0x773B4D) is known color: Camelot. HEX triplet: 77, 3B and 4D. RGB value is (119,59,77). Sum of RGB (Red+Green+Blue) = 119+59+77=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #773B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B4D is #88C4B2. Grayscale: #4E4E4E. Windows color (decimal): -8963251 or 5061495. OLE color: 5061495.
HSL color Cylindrical-coordinate representation of color #773B4D: hue angle of 342º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773B4D is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 77 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.53 |
| HSL | 342º | 0.34% | 0.35% | - |
| HSV(B) | 342º | 0.5% | 0.47% | - |
| XYZ | 10.51 | 7.59 | 7.93 | - |
| YUV | 78.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 77 | 0 | 0.50 | 0.35 | 0.53 | 342 | 0.34 | 0.35 |
| Hex | 77 | 3B | 4D | 0 | 32 | 23 | 35 | 156 | 22 | 23 |
| Octal | 167 | 73 | 115 | 0 | 62 | 43 | 65 | 526 | 42 | 43 |
| Binary | 1110111 | 111011 | 1001101 | 0 | 110010 | 100011 | 110101 | 101010110 | 100010 | 100011 |
Color Harmonies of #773B4D
Complementary color
Monochromatic Colors of #773B4D
Black with #773B4D
Text Example
Text Example
White with #773B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B4D; }
p { color: rgb(119,59,77); }
H1.HeaderClassName
{
color: #773B4D;
}
.AnyTagClassName
{
color: #773B4D;
}
</style>
background-color css
<style>
a { background-color: #773B4D; }
a { background-color: rgb(119,59,77); }
div.DivClassName
{
background-color: #773B4D;
}
.BgClassName
{
background-color: #773B4D;
}
</style>
border-color css
<style>
span { border-color: #773B4D; }
span { border-color: rgb(119,59,77); }
td.TdClassName
{
border-color: #773B4D;
}
.TagClassName
{
border-color: #773B4D;
}
</style>