Shades of Camelot #773D4C
Tints of Camelot #773D4C
RGB
CMYK
RGB Variations
Color information
#773D4C (or 0x773D4C) is known color: Camelot. HEX triplet: 77, 3D and 4C. RGB value is (119,61,76). Sum of RGB (Red+Green+Blue) = 119+61+76=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #773D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D4C is #88C2B3. Grayscale: #505050. Windows color (decimal): -8962740 or 4996471. OLE color: 4996471.
HSL color Cylindrical-coordinate representation of color #773D4C: hue angle of 344.48º 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 #773D4C is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 76 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.53 |
| HSL | 344.48º | 0.32% | 0.35% | - |
| HSV(B) | 344.48º | 0.49% | 0.47% | - |
| XYZ | 10.58 | 7.78 | 7.78 | - |
| YUV | 80.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 76 | 0 | 0.49 | 0.36 | 0.53 | 344.48 | 0.32 | 0.35 |
| Hex | 77 | 3D | 4C | 0 | 31 | 24 | 35 | 158 | 20 | 23 |
| Octal | 167 | 75 | 114 | 0 | 61 | 44 | 65 | 530 | 40 | 43 |
| Binary | 1110111 | 111101 | 1001100 | 0 | 110001 | 100100 | 110101 | 101011000 | 100000 | 100011 |
Color Harmonies of #773D4C
Complementary color
Monochromatic Colors of #773D4C
Black with #773D4C
Text Example
Text Example
White with #773D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D4C; }
p { color: rgb(119,61,76); }
H1.HeaderClassName
{
color: #773D4C;
}
.AnyTagClassName
{
color: #773D4C;
}
</style>
background-color css
<style>
a { background-color: #773D4C; }
a { background-color: rgb(119,61,76); }
div.DivClassName
{
background-color: #773D4C;
}
.BgClassName
{
background-color: #773D4C;
}
</style>
border-color css
<style>
span { border-color: #773D4C; }
span { border-color: rgb(119,61,76); }
td.TdClassName
{
border-color: #773D4C;
}
.TagClassName
{
border-color: #773D4C;
}
</style>