Shades of Camelot #753E4D
Tints of Camelot #753E4D
RGB
CMYK
RGB Variations
Color information
#753E4D (or 0x753E4D) is known color: Camelot. HEX triplet: 75, 3E and 4D. RGB value is (117,62,77). Sum of RGB (Red+Green+Blue) = 117+62+77=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #753E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E4D is #8AC1B2. Grayscale: #505050. Windows color (decimal): -9093555 or 5062261. OLE color: 5062261.
HSL color Cylindrical-coordinate representation of color #753E4D: hue angle of 343.64º 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 #753E4D is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 77 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.54 |
| HSL | 343.64º | 0.31% | 0.35% | - |
| HSV(B) | 343.64º | 0.47% | 0.46% | - |
| XYZ | 10.4 | 7.76 | 7.97 | - |
| YUV | 80.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 77 | 0 | 0.47 | 0.34 | 0.54 | 343.64 | 0.31 | 0.35 |
| Hex | 75 | 3E | 4D | 0 | 2F | 22 | 36 | 158 | 1F | 23 |
| Octal | 165 | 76 | 115 | 0 | 57 | 42 | 66 | 530 | 37 | 43 |
| Binary | 1110101 | 111110 | 1001101 | 0 | 101111 | 100010 | 110110 | 101011000 | 11111 | 100011 |
Color Harmonies of #753E4D
Complementary color
Monochromatic Colors of #753E4D
Black with #753E4D
Text Example
Text Example
White with #753E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E4D; }
p { color: rgb(117,62,77); }
H1.HeaderClassName
{
color: #753E4D;
}
.AnyTagClassName
{
color: #753E4D;
}
</style>
background-color css
<style>
a { background-color: #753E4D; }
a { background-color: rgb(117,62,77); }
div.DivClassName
{
background-color: #753E4D;
}
.BgClassName
{
background-color: #753E4D;
}
</style>
border-color css
<style>
span { border-color: #753E4D; }
span { border-color: rgb(117,62,77); }
td.TdClassName
{
border-color: #753E4D;
}
.TagClassName
{
border-color: #753E4D;
}
</style>