Shades of Camelot #7D384D
Tints of Camelot #7D384D
RGB
CMYK
RGB Variations
Color information
#7D384D (or 0x7D384D) is known color: Camelot. HEX triplet: 7D, 38 and 4D. RGB value is (125,56,77). Sum of RGB (Red+Green+Blue) = 125+56+77=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D384D is #82C7B2. Grayscale: #4F4F4F. Windows color (decimal): -8570803 or 5060733. OLE color: 5060733.
HSL color Cylindrical-coordinate representation of color #7D384D: hue angle of 341.74º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D384D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 77 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.51 |
| HSL | 341.74º | 0.38% | 0.35% | - |
| HSV(B) | 341.74º | 0.55% | 0.49% | - |
| XYZ | 11.21 | 7.72 | 7.92 | - |
| YUV | 79.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 77 | 0 | 0.55 | 0.38 | 0.51 | 341.74 | 0.38 | 0.35 |
| Hex | 7D | 38 | 4D | 0 | 37 | 26 | 33 | 156 | 26 | 23 |
| Octal | 175 | 70 | 115 | 0 | 67 | 46 | 63 | 526 | 46 | 43 |
| Binary | 1111101 | 111000 | 1001101 | 0 | 110111 | 100110 | 110011 | 101010110 | 100110 | 100011 |
Color Harmonies of #7D384D
Complementary color
Monochromatic Colors of #7D384D
Black with #7D384D
Text Example
Text Example
White with #7D384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D384D; }
p { color: rgb(125,56,77); }
H1.HeaderClassName
{
color: #7D384D;
}
.AnyTagClassName
{
color: #7D384D;
}
</style>
background-color css
<style>
a { background-color: #7D384D; }
a { background-color: rgb(125,56,77); }
div.DivClassName
{
background-color: #7D384D;
}
.BgClassName
{
background-color: #7D384D;
}
</style>
border-color css
<style>
span { border-color: #7D384D; }
span { border-color: rgb(125,56,77); }
td.TdClassName
{
border-color: #7D384D;
}
.TagClassName
{
border-color: #7D384D;
}
</style>