Shades of Camelot #753E4E
Tints of Camelot #753E4E
RGB
CMYK
RGB Variations
Color information
#753E4E (or 0x753E4E) is known color: Camelot. HEX triplet: 75, 3E and 4E. RGB value is (117,62,78). Sum of RGB (Red+Green+Blue) = 117+62+78=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #753E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E4E is #8AC1B1. Grayscale: #505050. Windows color (decimal): -9093554 or 5127797. OLE color: 5127797.
HSL color Cylindrical-coordinate representation of color #753E4E: hue angle of 342.55º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #753E4E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 78 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.54 |
| HSL | 342.55º | 0.31% | 0.35% | - |
| HSV(B) | 342.55º | 0.47% | 0.46% | - |
| XYZ | 10.43 | 7.78 | 8.16 | - |
| YUV | 80.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 78 | 0 | 0.47 | 0.33 | 0.54 | 342.55 | 0.31 | 0.35 |
| Hex | 75 | 3E | 4E | 0 | 2F | 21 | 36 | 157 | 1F | 23 |
| Octal | 165 | 76 | 116 | 0 | 57 | 41 | 66 | 527 | 37 | 43 |
| Binary | 1110101 | 111110 | 1001110 | 0 | 101111 | 100001 | 110110 | 101010111 | 11111 | 100011 |
Color Harmonies of #753E4E
Complementary color
Monochromatic Colors of #753E4E
Black with #753E4E
Text Example
Text Example
White with #753E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E4E; }
p { color: rgb(117,62,78); }
H1.HeaderClassName
{
color: #753E4E;
}
.AnyTagClassName
{
color: #753E4E;
}
</style>
background-color css
<style>
a { background-color: #753E4E; }
a { background-color: rgb(117,62,78); }
div.DivClassName
{
background-color: #753E4E;
}
.BgClassName
{
background-color: #753E4E;
}
</style>
border-color css
<style>
span { border-color: #753E4E; }
span { border-color: rgb(117,62,78); }
td.TdClassName
{
border-color: #753E4E;
}
.TagClassName
{
border-color: #753E4E;
}
</style>