Shades of Camelot #753C49
Tints of Camelot #753C49
RGB
CMYK
RGB Variations
Color information
#753C49 (or 0x753C49) is known color: Camelot. HEX triplet: 75, 3C and 49. RGB value is (117,60,73). Sum of RGB (Red+Green+Blue) = 117+60+73=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #753C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C49 is #8AC3B6. Grayscale: #4E4E4E. Windows color (decimal): -9094071 or 4799605. OLE color: 4799605.
HSL color Cylindrical-coordinate representation of color #753C49: hue angle of 346.32º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C49 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 73 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.54 |
| HSL | 346.32º | 0.32% | 0.35% | - |
| HSV(B) | 346.32º | 0.49% | 0.46% | - |
| XYZ | 10.15 | 7.49 | 7.21 | - |
| YUV | 78.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 73 | 0 | 0.49 | 0.38 | 0.54 | 346.32 | 0.32 | 0.35 |
| Hex | 75 | 3C | 49 | 0 | 31 | 26 | 36 | 15A | 20 | 23 |
| Octal | 165 | 74 | 111 | 0 | 61 | 46 | 66 | 532 | 40 | 43 |
| Binary | 1110101 | 111100 | 1001001 | 0 | 110001 | 100110 | 110110 | 101011010 | 100000 | 100011 |
Color Harmonies of #753C49
Complementary color
Monochromatic Colors of #753C49
Black with #753C49
Text Example
Text Example
White with #753C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C49; }
p { color: rgb(117,60,73); }
H1.HeaderClassName
{
color: #753C49;
}
.AnyTagClassName
{
color: #753C49;
}
</style>
background-color css
<style>
a { background-color: #753C49; }
a { background-color: rgb(117,60,73); }
div.DivClassName
{
background-color: #753C49;
}
.BgClassName
{
background-color: #753C49;
}
</style>
border-color css
<style>
span { border-color: #753C49; }
span { border-color: rgb(117,60,73); }
td.TdClassName
{
border-color: #753C49;
}
.TagClassName
{
border-color: #753C49;
}
</style>