Shades of Camelot #783245
Tints of Camelot #783245
RGB
CMYK
RGB Variations
Color information
#783245 (or 0x783245) is known color: Camelot. HEX triplet: 78, 32 and 45. RGB value is (120,50,69). Sum of RGB (Red+Green+Blue) = 120+50+69=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #783245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783245 is #87CDBA. Grayscale: #494949. Windows color (decimal): -8900027 or 4534904. OLE color: 4534904.
HSL color Cylindrical-coordinate representation of color #783245: hue angle of 343.71º 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 #783245 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 50 | 69 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.53 |
| HSL | 343.71º | 0.41% | 0.33% | - |
| HSV(B) | 343.71º | 0.58% | 0.47% | - |
| XYZ | 9.96 | 6.7 | 6.4 | - |
| YUV | 73.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 69 | 0 | 0.58 | 0.42 | 0.53 | 343.71 | 0.41 | 0.33 |
| Hex | 78 | 32 | 45 | 0 | 3A | 2A | 35 | 158 | 29 | 21 |
| Octal | 170 | 62 | 105 | 0 | 72 | 52 | 65 | 530 | 51 | 41 |
| Binary | 1111000 | 110010 | 1000101 | 0 | 111010 | 101010 | 110101 | 101011000 | 101001 | 100001 |
Color Harmonies of #783245
Complementary color
Monochromatic Colors of #783245
Black with #783245
Text Example
Text Example
White with #783245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783245; }
p { color: rgb(120,50,69); }
H1.HeaderClassName
{
color: #783245;
}
.AnyTagClassName
{
color: #783245;
}
</style>
background-color css
<style>
a { background-color: #783245; }
a { background-color: rgb(120,50,69); }
div.DivClassName
{
background-color: #783245;
}
.BgClassName
{
background-color: #783245;
}
</style>
border-color css
<style>
span { border-color: #783245; }
span { border-color: rgb(120,50,69); }
td.TdClassName
{
border-color: #783245;
}
.TagClassName
{
border-color: #783245;
}
</style>