Shades of Camelot #773C49
Tints of Camelot #773C49
RGB
CMYK
RGB Variations
Color information
#773C49 (or 0x773C49) is known color: Camelot. HEX triplet: 77, 3C and 49. RGB value is (119,60,73). Sum of RGB (Red+Green+Blue) = 119+60+73=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #773C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C49 is #88C3B6. Grayscale: #4F4F4F. Windows color (decimal): -8962999 or 4799607. OLE color: 4799607.
HSL color Cylindrical-coordinate representation of color #773C49: hue angle of 346.78º degrees, saturation: 0.33, 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 #773C49 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 60 | 73 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.53 |
| HSL | 346.78º | 0.33% | 0.35% | - |
| HSV(B) | 346.78º | 0.5% | 0.47% | - |
| XYZ | 10.43 | 7.63 | 7.23 | - |
| YUV | 79.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 73 | 0 | 0.50 | 0.39 | 0.53 | 346.78 | 0.33 | 0.35 |
| Hex | 77 | 3C | 49 | 0 | 32 | 27 | 35 | 15B | 21 | 23 |
| Octal | 167 | 74 | 111 | 0 | 62 | 47 | 65 | 533 | 41 | 43 |
| Binary | 1110111 | 111100 | 1001001 | 0 | 110010 | 100111 | 110101 | 101011011 | 100001 | 100011 |
Color Harmonies of #773C49
Complementary color
Monochromatic Colors of #773C49
Black with #773C49
Text Example
Text Example
White with #773C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C49; }
p { color: rgb(119,60,73); }
H1.HeaderClassName
{
color: #773C49;
}
.AnyTagClassName
{
color: #773C49;
}
</style>
background-color css
<style>
a { background-color: #773C49; }
a { background-color: rgb(119,60,73); }
div.DivClassName
{
background-color: #773C49;
}
.BgClassName
{
background-color: #773C49;
}
</style>
border-color css
<style>
span { border-color: #773C49; }
span { border-color: rgb(119,60,73); }
td.TdClassName
{
border-color: #773C49;
}
.TagClassName
{
border-color: #773C49;
}
</style>