Shades of Camelot #753F4E
Tints of Camelot #753F4E
RGB
CMYK
RGB Variations
Color information
#753F4E (or 0x753F4E) is known color: Camelot. HEX triplet: 75, 3F and 4E. RGB value is (117,63,78). Sum of RGB (Red+Green+Blue) = 117+63+78=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #753F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F4E is #8AC0B1. Grayscale: #505050. Windows color (decimal): -9093298 or 5128053. OLE color: 5128053.
HSL color Cylindrical-coordinate representation of color #753F4E: hue angle of 343.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #753F4E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 78 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.54 |
| HSL | 343.33º | 0.3% | 0.35% | - |
| HSV(B) | 343.33º | 0.46% | 0.46% | - |
| XYZ | 10.49 | 7.89 | 8.18 | - |
| YUV | 80.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 78 | 0 | 0.46 | 0.33 | 0.54 | 343.33 | 0.3 | 0.35 |
| Hex | 75 | 3F | 4E | 0 | 2E | 21 | 36 | 157 | 1E | 23 |
| Octal | 165 | 77 | 116 | 0 | 56 | 41 | 66 | 527 | 36 | 43 |
| Binary | 1110101 | 111111 | 1001110 | 0 | 101110 | 100001 | 110110 | 101010111 | 11110 | 100011 |
Color Harmonies of #753F4E
Complementary color
Monochromatic Colors of #753F4E
Black with #753F4E
Text Example
Text Example
White with #753F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F4E; }
p { color: rgb(117,63,78); }
H1.HeaderClassName
{
color: #753F4E;
}
.AnyTagClassName
{
color: #753F4E;
}
</style>
background-color css
<style>
a { background-color: #753F4E; }
a { background-color: rgb(117,63,78); }
div.DivClassName
{
background-color: #753F4E;
}
.BgClassName
{
background-color: #753F4E;
}
</style>
border-color css
<style>
span { border-color: #753F4E; }
span { border-color: rgb(117,63,78); }
td.TdClassName
{
border-color: #753F4E;
}
.TagClassName
{
border-color: #753F4E;
}
</style>