Shades of Camelot #773D4E
Tints of Camelot #773D4E
RGB
CMYK
RGB Variations
Color information
#773D4E (or 0x773D4E) is known color: Camelot. HEX triplet: 77, 3D and 4E. RGB value is (119,61,78). Sum of RGB (Red+Green+Blue) = 119+61+78=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #773D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D4E is #88C2B1. Grayscale: #505050. Windows color (decimal): -8962738 or 5127543. OLE color: 5127543.
HSL color Cylindrical-coordinate representation of color #773D4E: hue angle of 342.41º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #773D4E is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 78 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.53 |
| HSL | 342.41º | 0.32% | 0.35% | - |
| HSV(B) | 342.41º | 0.49% | 0.47% | - |
| XYZ | 10.65 | 7.81 | 8.15 | - |
| YUV | 80.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 78 | 0 | 0.49 | 0.34 | 0.53 | 342.41 | 0.32 | 0.35 |
| Hex | 77 | 3D | 4E | 0 | 31 | 22 | 35 | 156 | 20 | 23 |
| Octal | 167 | 75 | 116 | 0 | 61 | 42 | 65 | 526 | 40 | 43 |
| Binary | 1110111 | 111101 | 1001110 | 0 | 110001 | 100010 | 110101 | 101010110 | 100000 | 100011 |
Color Harmonies of #773D4E
Complementary color
Monochromatic Colors of #773D4E
Black with #773D4E
Text Example
Text Example
White with #773D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D4E; }
p { color: rgb(119,61,78); }
H1.HeaderClassName
{
color: #773D4E;
}
.AnyTagClassName
{
color: #773D4E;
}
</style>
background-color css
<style>
a { background-color: #773D4E; }
a { background-color: rgb(119,61,78); }
div.DivClassName
{
background-color: #773D4E;
}
.BgClassName
{
background-color: #773D4E;
}
</style>
border-color css
<style>
span { border-color: #773D4E; }
span { border-color: rgb(119,61,78); }
td.TdClassName
{
border-color: #773D4E;
}
.TagClassName
{
border-color: #773D4E;
}
</style>