Shades of Camelot #773D4A
Tints of Camelot #773D4A
RGB
CMYK
RGB Variations
Color information
#773D4A (or 0x773D4A) is known color: Camelot. HEX triplet: 77, 3D and 4A. RGB value is (119,61,74). Sum of RGB (Red+Green+Blue) = 119+61+74=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #773D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D4A is #88C2B5. Grayscale: #4F4F4F. Windows color (decimal): -8962742 or 4865399. OLE color: 4865399.
HSL color Cylindrical-coordinate representation of color #773D4A: hue angle of 346.55º 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 #773D4A is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 74 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.53 |
| HSL | 346.55º | 0.32% | 0.35% | - |
| HSV(B) | 346.55º | 0.49% | 0.47% | - |
| XYZ | 10.51 | 7.75 | 7.42 | - |
| YUV | 79.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 74 | 0 | 0.49 | 0.38 | 0.53 | 346.55 | 0.32 | 0.35 |
| Hex | 77 | 3D | 4A | 0 | 31 | 26 | 35 | 15B | 20 | 23 |
| Octal | 167 | 75 | 112 | 0 | 61 | 46 | 65 | 533 | 40 | 43 |
| Binary | 1110111 | 111101 | 1001010 | 0 | 110001 | 100110 | 110101 | 101011011 | 100000 | 100011 |
Color Harmonies of #773D4A
Complementary color
Monochromatic Colors of #773D4A
Black with #773D4A
Text Example
Text Example
White with #773D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D4A; }
p { color: rgb(119,61,74); }
H1.HeaderClassName
{
color: #773D4A;
}
.AnyTagClassName
{
color: #773D4A;
}
</style>
background-color css
<style>
a { background-color: #773D4A; }
a { background-color: rgb(119,61,74); }
div.DivClassName
{
background-color: #773D4A;
}
.BgClassName
{
background-color: #773D4A;
}
</style>
border-color css
<style>
span { border-color: #773D4A; }
span { border-color: rgb(119,61,74); }
td.TdClassName
{
border-color: #773D4A;
}
.TagClassName
{
border-color: #773D4A;
}
</style>