Shades of Camelot #753D4D
Tints of Camelot #753D4D
RGB
CMYK
RGB Variations
Color information
#753D4D (or 0x753D4D) is known color: Camelot. HEX triplet: 75, 3D and 4D. RGB value is (117,61,77). Sum of RGB (Red+Green+Blue) = 117+61+77=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #753D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D4D is #8AC2B2. Grayscale: #4F4F4F. Windows color (decimal): -9093811 or 5062005. OLE color: 5062005.
HSL color Cylindrical-coordinate representation of color #753D4D: hue angle of 342.86º 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 #753D4D is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 77 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.54 |
| HSL | 342.86º | 0.31% | 0.35% | - |
| HSV(B) | 342.86º | 0.48% | 0.46% | - |
| XYZ | 10.34 | 7.66 | 7.95 | - |
| YUV | 79.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 77 | 0 | 0.48 | 0.34 | 0.54 | 342.86 | 0.31 | 0.35 |
| Hex | 75 | 3D | 4D | 0 | 30 | 22 | 36 | 157 | 1F | 23 |
| Octal | 165 | 75 | 115 | 0 | 60 | 42 | 66 | 527 | 37 | 43 |
| Binary | 1110101 | 111101 | 1001101 | 0 | 110000 | 100010 | 110110 | 101010111 | 11111 | 100011 |
Color Harmonies of #753D4D
Complementary color
Monochromatic Colors of #753D4D
Black with #753D4D
Text Example
Text Example
White with #753D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D4D; }
p { color: rgb(117,61,77); }
H1.HeaderClassName
{
color: #753D4D;
}
.AnyTagClassName
{
color: #753D4D;
}
</style>
background-color css
<style>
a { background-color: #753D4D; }
a { background-color: rgb(117,61,77); }
div.DivClassName
{
background-color: #753D4D;
}
.BgClassName
{
background-color: #753D4D;
}
</style>
border-color css
<style>
span { border-color: #753D4D; }
span { border-color: rgb(117,61,77); }
td.TdClassName
{
border-color: #753D4D;
}
.TagClassName
{
border-color: #753D4D;
}
</style>