Shades of Camelot #773E4D
Tints of Camelot #773E4D
RGB
CMYK
RGB Variations
Color information
#773E4D (or 0x773E4D) is known color: Camelot. HEX triplet: 77, 3E and 4D. RGB value is (119,62,77). Sum of RGB (Red+Green+Blue) = 119+62+77=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #773E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E4D is #88C1B2. Grayscale: #505050. Windows color (decimal): -8962483 or 5062263. OLE color: 5062263.
HSL color Cylindrical-coordinate representation of color #773E4D: hue angle of 344.21º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #773E4D is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 77 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.53 |
| HSL | 344.21º | 0.31% | 0.35% | - |
| HSV(B) | 344.21º | 0.48% | 0.47% | - |
| XYZ | 10.67 | 7.9 | 7.98 | - |
| YUV | 80.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 77 | 0 | 0.48 | 0.35 | 0.53 | 344.21 | 0.31 | 0.35 |
| Hex | 77 | 3E | 4D | 0 | 30 | 23 | 35 | 158 | 1F | 23 |
| Octal | 167 | 76 | 115 | 0 | 60 | 43 | 65 | 530 | 37 | 43 |
| Binary | 1110111 | 111110 | 1001101 | 0 | 110000 | 100011 | 110101 | 101011000 | 11111 | 100011 |
Color Harmonies of #773E4D
Complementary color
Monochromatic Colors of #773E4D
Black with #773E4D
Text Example
Text Example
White with #773E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E4D; }
p { color: rgb(119,62,77); }
H1.HeaderClassName
{
color: #773E4D;
}
.AnyTagClassName
{
color: #773E4D;
}
</style>
background-color css
<style>
a { background-color: #773E4D; }
a { background-color: rgb(119,62,77); }
div.DivClassName
{
background-color: #773E4D;
}
.BgClassName
{
background-color: #773E4D;
}
</style>
border-color css
<style>
span { border-color: #773E4D; }
span { border-color: rgb(119,62,77); }
td.TdClassName
{
border-color: #773E4D;
}
.TagClassName
{
border-color: #773E4D;
}
</style>