Shades of Camelot #773A48
Tints of Camelot #773A48
RGB
CMYK
RGB Variations
Color information
#773A48 (or 0x773A48) is known color: Camelot. HEX triplet: 77, 3A and 48. RGB value is (119,58,72). Sum of RGB (Red+Green+Blue) = 119+58+72=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #773A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A48 is #88C5B7. Grayscale: #4D4D4D. Windows color (decimal): -8963512 or 4733559. OLE color: 4733559.
HSL color Cylindrical-coordinate representation of color #773A48: hue angle of 346.23º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #773A48 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 72 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.53 |
| HSL | 346.23º | 0.34% | 0.35% | - |
| HSV(B) | 346.23º | 0.51% | 0.47% | - |
| XYZ | 10.29 | 7.42 | 7.02 | - |
| YUV | 77.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 72 | 0 | 0.51 | 0.39 | 0.53 | 346.23 | 0.34 | 0.35 |
| Hex | 77 | 3A | 48 | 0 | 33 | 27 | 35 | 15A | 22 | 23 |
| Octal | 167 | 72 | 110 | 0 | 63 | 47 | 65 | 532 | 42 | 43 |
| Binary | 1110111 | 111010 | 1001000 | 0 | 110011 | 100111 | 110101 | 101011010 | 100010 | 100011 |
Color Harmonies of #773A48
Complementary color
Monochromatic Colors of #773A48
Black with #773A48
Text Example
Text Example
White with #773A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A48; }
p { color: rgb(119,58,72); }
H1.HeaderClassName
{
color: #773A48;
}
.AnyTagClassName
{
color: #773A48;
}
</style>
background-color css
<style>
a { background-color: #773A48; }
a { background-color: rgb(119,58,72); }
div.DivClassName
{
background-color: #773A48;
}
.BgClassName
{
background-color: #773A48;
}
</style>
border-color css
<style>
span { border-color: #773A48; }
span { border-color: rgb(119,58,72); }
td.TdClassName
{
border-color: #773A48;
}
.TagClassName
{
border-color: #773A48;
}
</style>