Shades of Camelot #773245
Tints of Camelot #773245
RGB
CMYK
RGB Variations
Color information
#773245 (or 0x773245) is known color: Camelot. HEX triplet: 77, 32 and 45. RGB value is (119,50,69). Sum of RGB (Red+Green+Blue) = 119+50+69=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #773245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773245 is #88CDBA. Grayscale: #484848. Windows color (decimal): -8965563 or 4534903. OLE color: 4534903.
HSL color Cylindrical-coordinate representation of color #773245: hue angle of 343.48º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773245 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 69 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.53 |
| HSL | 343.48º | 0.41% | 0.33% | - |
| HSV(B) | 343.48º | 0.58% | 0.47% | - |
| XYZ | 9.82 | 6.63 | 6.39 | - |
| YUV | 72.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 69 | 0 | 0.58 | 0.42 | 0.53 | 343.48 | 0.41 | 0.33 |
| Hex | 77 | 32 | 45 | 0 | 3A | 2A | 35 | 157 | 29 | 21 |
| Octal | 167 | 62 | 105 | 0 | 72 | 52 | 65 | 527 | 51 | 41 |
| Binary | 1110111 | 110010 | 1000101 | 0 | 111010 | 101010 | 110101 | 101010111 | 101001 | 100001 |
Color Harmonies of #773245
Complementary color
Monochromatic Colors of #773245
Black with #773245
Text Example
Text Example
White with #773245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773245; }
p { color: rgb(119,50,69); }
H1.HeaderClassName
{
color: #773245;
}
.AnyTagClassName
{
color: #773245;
}
</style>
background-color css
<style>
a { background-color: #773245; }
a { background-color: rgb(119,50,69); }
div.DivClassName
{
background-color: #773245;
}
.BgClassName
{
background-color: #773245;
}
</style>
border-color css
<style>
span { border-color: #773245; }
span { border-color: rgb(119,50,69); }
td.TdClassName
{
border-color: #773245;
}
.TagClassName
{
border-color: #773245;
}
</style>