Shades of Camelot #753D4E
Tints of Camelot #753D4E
RGB
CMYK
RGB Variations
Color information
#753D4E (or 0x753D4E) is known color: Camelot. HEX triplet: 75, 3D and 4E. RGB value is (117,61,78). Sum of RGB (Red+Green+Blue) = 117+61+78=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #753D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D4E is #8AC2B1. Grayscale: #4F4F4F. Windows color (decimal): -9093810 or 5127541. OLE color: 5127541.
HSL color Cylindrical-coordinate representation of color #753D4E: hue angle of 341.79º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D4E is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 78 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.54 |
| HSL | 341.79º | 0.31% | 0.35% | - |
| HSV(B) | 341.79º | 0.48% | 0.46% | - |
| XYZ | 10.38 | 7.67 | 8.14 | - |
| YUV | 79.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 78 | 0 | 0.48 | 0.33 | 0.54 | 341.79 | 0.31 | 0.35 |
| Hex | 75 | 3D | 4E | 0 | 30 | 21 | 36 | 156 | 1F | 23 |
| Octal | 165 | 75 | 116 | 0 | 60 | 41 | 66 | 526 | 37 | 43 |
| Binary | 1110101 | 111101 | 1001110 | 0 | 110000 | 100001 | 110110 | 101010110 | 11111 | 100011 |
Color Harmonies of #753D4E
Complementary color
Monochromatic Colors of #753D4E
Black with #753D4E
Text Example
Text Example
White with #753D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D4E; }
p { color: rgb(117,61,78); }
H1.HeaderClassName
{
color: #753D4E;
}
.AnyTagClassName
{
color: #753D4E;
}
</style>
background-color css
<style>
a { background-color: #753D4E; }
a { background-color: rgb(117,61,78); }
div.DivClassName
{
background-color: #753D4E;
}
.BgClassName
{
background-color: #753D4E;
}
</style>
border-color css
<style>
span { border-color: #753D4E; }
span { border-color: rgb(117,61,78); }
td.TdClassName
{
border-color: #753D4E;
}
.TagClassName
{
border-color: #753D4E;
}
</style>