Shades of Camelot #753E4C
Tints of Camelot #753E4C
RGB
CMYK
RGB Variations
Color information
#753E4C (or 0x753E4C) is known color: Camelot. HEX triplet: 75, 3E and 4C. RGB value is (117,62,76). Sum of RGB (Red+Green+Blue) = 117+62+76=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #753E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E4C is #8AC1B3. Grayscale: #505050. Windows color (decimal): -9093556 or 4996725. OLE color: 4996725.
HSL color Cylindrical-coordinate representation of color #753E4C: hue angle of 344.73º 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 #753E4C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 76 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.54 |
| HSL | 344.73º | 0.31% | 0.35% | - |
| HSV(B) | 344.73º | 0.47% | 0.46% | - |
| XYZ | 10.36 | 7.75 | 7.79 | - |
| YUV | 80.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 76 | 0 | 0.47 | 0.35 | 0.54 | 344.73 | 0.31 | 0.35 |
| Hex | 75 | 3E | 4C | 0 | 2F | 23 | 36 | 159 | 1F | 23 |
| Octal | 165 | 76 | 114 | 0 | 57 | 43 | 66 | 531 | 37 | 43 |
| Binary | 1110101 | 111110 | 1001100 | 0 | 101111 | 100011 | 110110 | 101011001 | 11111 | 100011 |
Color Harmonies of #753E4C
Complementary color
Monochromatic Colors of #753E4C
Black with #753E4C
Text Example
Text Example
White with #753E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E4C; }
p { color: rgb(117,62,76); }
H1.HeaderClassName
{
color: #753E4C;
}
.AnyTagClassName
{
color: #753E4C;
}
</style>
background-color css
<style>
a { background-color: #753E4C; }
a { background-color: rgb(117,62,76); }
div.DivClassName
{
background-color: #753E4C;
}
.BgClassName
{
background-color: #753E4C;
}
</style>
border-color css
<style>
span { border-color: #753E4C; }
span { border-color: rgb(117,62,76); }
td.TdClassName
{
border-color: #753E4C;
}
.TagClassName
{
border-color: #753E4C;
}
</style>