Shades of Camelot #773C51
Tints of Camelot #773C51
RGB
CMYK
RGB Variations
Color information
#773C51 (or 0x773C51) is known color: Camelot. HEX triplet: 77, 3C and 51. RGB value is (119,60,81). Sum of RGB (Red+Green+Blue) = 119+60+81=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #773C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C51 is #88C3AE. Grayscale: #505050. Windows color (decimal): -8962991 or 5323895. OLE color: 5323895.
HSL color Cylindrical-coordinate representation of color #773C51: hue angle of 338.64º 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 #773C51 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 60 | 81 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.53 |
| HSL | 338.64º | 0.33% | 0.35% | - |
| HSV(B) | 338.64º | 0.5% | 0.47% | - |
| XYZ | 10.71 | 7.75 | 8.72 | - |
| YUV | 80.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 81 | 0 | 0.50 | 0.32 | 0.53 | 338.64 | 0.33 | 0.35 |
| Hex | 77 | 3C | 51 | 0 | 32 | 20 | 35 | 153 | 21 | 23 |
| Octal | 167 | 74 | 121 | 0 | 62 | 40 | 65 | 523 | 41 | 43 |
| Binary | 1110111 | 111100 | 1010001 | 0 | 110010 | 100000 | 110101 | 101010011 | 100001 | 100011 |
Color Harmonies of #773C51
Complementary color
Monochromatic Colors of #773C51
Black with #773C51
Text Example
Text Example
White with #773C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C51; }
p { color: rgb(119,60,81); }
H1.HeaderClassName
{
color: #773C51;
}
.AnyTagClassName
{
color: #773C51;
}
</style>
background-color css
<style>
a { background-color: #773C51; }
a { background-color: rgb(119,60,81); }
div.DivClassName
{
background-color: #773C51;
}
.BgClassName
{
background-color: #773C51;
}
</style>
border-color css
<style>
span { border-color: #773C51; }
span { border-color: rgb(119,60,81); }
td.TdClassName
{
border-color: #773C51;
}
.TagClassName
{
border-color: #773C51;
}
</style>