Shades of Camelot #773B46
Tints of Camelot #773B46
RGB
CMYK
RGB Variations
Color information
#773B46 (or 0x773B46) is known color: Camelot. HEX triplet: 77, 3B and 46. RGB value is (119,59,70). Sum of RGB (Red+Green+Blue) = 119+59+70=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #773B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B46 is #88C4B9. Grayscale: #4E4E4E. Windows color (decimal): -8963258 or 4602743. OLE color: 4602743.
HSL color Cylindrical-coordinate representation of color #773B46: hue angle of 349º 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 #773B46 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 70 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.53 |
| HSL | 349º | 0.34% | 0.35% | - |
| HSV(B) | 349º | 0.5% | 0.47% | - |
| XYZ | 10.28 | 7.49 | 6.7 | - |
| YUV | 78.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 70 | 0 | 0.50 | 0.41 | 0.53 | 349 | 0.34 | 0.35 |
| Hex | 77 | 3B | 46 | 0 | 32 | 29 | 35 | 15D | 22 | 23 |
| Octal | 167 | 73 | 106 | 0 | 62 | 51 | 65 | 535 | 42 | 43 |
| Binary | 1110111 | 111011 | 1000110 | 0 | 110010 | 101001 | 110101 | 101011101 | 100010 | 100011 |
Color Harmonies of #773B46
Complementary color
Monochromatic Colors of #773B46
Black with #773B46
Text Example
Text Example
White with #773B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B46; }
p { color: rgb(119,59,70); }
H1.HeaderClassName
{
color: #773B46;
}
.AnyTagClassName
{
color: #773B46;
}
</style>
background-color css
<style>
a { background-color: #773B46; }
a { background-color: rgb(119,59,70); }
div.DivClassName
{
background-color: #773B46;
}
.BgClassName
{
background-color: #773B46;
}
</style>
border-color css
<style>
span { border-color: #773B46; }
span { border-color: rgb(119,59,70); }
td.TdClassName
{
border-color: #773B46;
}
.TagClassName
{
border-color: #773B46;
}
</style>