Shades of Camelot #773B47
Tints of Camelot #773B47
RGB
CMYK
RGB Variations
Color information
#773B47 (or 0x773B47) is known color: Camelot. HEX triplet: 77, 3B and 47. RGB value is (119,59,71). Sum of RGB (Red+Green+Blue) = 119+59+71=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #773B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B47 is #88C4B8. Grayscale: #4E4E4E. Windows color (decimal): -8963257 or 4668279. OLE color: 4668279.
HSL color Cylindrical-coordinate representation of color #773B47: hue angle of 348º 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 #773B47 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 71 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.53 |
| HSL | 348º | 0.34% | 0.35% | - |
| HSV(B) | 348º | 0.5% | 0.47% | - |
| XYZ | 10.31 | 7.5 | 6.87 | - |
| YUV | 78.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 71 | 0 | 0.50 | 0.40 | 0.53 | 348 | 0.34 | 0.35 |
| Hex | 77 | 3B | 47 | 0 | 32 | 28 | 35 | 15C | 22 | 23 |
| Octal | 167 | 73 | 107 | 0 | 62 | 50 | 65 | 534 | 42 | 43 |
| Binary | 1110111 | 111011 | 1000111 | 0 | 110010 | 101000 | 110101 | 101011100 | 100010 | 100011 |
Color Harmonies of #773B47
Complementary color
Monochromatic Colors of #773B47
Black with #773B47
Text Example
Text Example
White with #773B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B47; }
p { color: rgb(119,59,71); }
H1.HeaderClassName
{
color: #773B47;
}
.AnyTagClassName
{
color: #773B47;
}
</style>
background-color css
<style>
a { background-color: #773B47; }
a { background-color: rgb(119,59,71); }
div.DivClassName
{
background-color: #773B47;
}
.BgClassName
{
background-color: #773B47;
}
</style>
border-color css
<style>
span { border-color: #773B47; }
span { border-color: rgb(119,59,71); }
td.TdClassName
{
border-color: #773B47;
}
.TagClassName
{
border-color: #773B47;
}
</style>