Shades of Camelot #783D4A
Tints of Camelot #783D4A
RGB
CMYK
RGB Variations
Color information
#783D4A (or 0x783D4A) is known color: Camelot. HEX triplet: 78, 3D and 4A. RGB value is (120,61,74). Sum of RGB (Red+Green+Blue) = 120+61+74=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #783D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D4A is #87C2B5. Grayscale: #505050. Windows color (decimal): -8897206 or 4865400. OLE color: 4865400.
HSL color Cylindrical-coordinate representation of color #783D4A: hue angle of 346.78º degrees, saturation: 0.33, 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 #783D4A is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 74 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.53 |
| HSL | 346.78º | 0.33% | 0.35% | - |
| HSV(B) | 346.78º | 0.49% | 0.47% | - |
| XYZ | 10.65 | 7.82 | 7.43 | - |
| YUV | 80.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 74 | 0 | 0.49 | 0.38 | 0.53 | 346.78 | 0.33 | 0.35 |
| Hex | 78 | 3D | 4A | 0 | 31 | 26 | 35 | 15B | 21 | 23 |
| Octal | 170 | 75 | 112 | 0 | 61 | 46 | 65 | 533 | 41 | 43 |
| Binary | 1111000 | 111101 | 1001010 | 0 | 110001 | 100110 | 110101 | 101011011 | 100001 | 100011 |
Color Harmonies of #783D4A
Complementary color
Monochromatic Colors of #783D4A
Black with #783D4A
Text Example
Text Example
White with #783D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D4A; }
p { color: rgb(120,61,74); }
H1.HeaderClassName
{
color: #783D4A;
}
.AnyTagClassName
{
color: #783D4A;
}
</style>
background-color css
<style>
a { background-color: #783D4A; }
a { background-color: rgb(120,61,74); }
div.DivClassName
{
background-color: #783D4A;
}
.BgClassName
{
background-color: #783D4A;
}
</style>
border-color css
<style>
span { border-color: #783D4A; }
span { border-color: rgb(120,61,74); }
td.TdClassName
{
border-color: #783D4A;
}
.TagClassName
{
border-color: #783D4A;
}
</style>