Shades of Camelot #7D3744
Tints of Camelot #7D3744
RGB
CMYK
RGB Variations
Color information
#7D3744 (or 0x7D3744) is known color: Camelot. HEX triplet: 7D, 37 and 44. RGB value is (125,55,68). Sum of RGB (Red+Green+Blue) = 125+55+68=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3744 is #82C8BB. Grayscale: #4D4D4D. Windows color (decimal): -8571068 or 4470653. OLE color: 4470653.
HSL color Cylindrical-coordinate representation of color #7D3744: hue angle of 348.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3744 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 68 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.51 |
| HSL | 348.86º | 0.39% | 0.35% | - |
| HSV(B) | 348.86º | 0.56% | 0.49% | - |
| XYZ | 10.87 | 7.51 | 6.35 | - |
| YUV | 77.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 68 | 0 | 0.56 | 0.46 | 0.51 | 348.86 | 0.39 | 0.35 |
| Hex | 7D | 37 | 44 | 0 | 38 | 2E | 33 | 15D | 27 | 23 |
| Octal | 175 | 67 | 104 | 0 | 70 | 56 | 63 | 535 | 47 | 43 |
| Binary | 1111101 | 110111 | 1000100 | 0 | 111000 | 101110 | 110011 | 101011101 | 100111 | 100011 |
Color Harmonies of #7D3744
Complementary color
Monochromatic Colors of #7D3744
Black with #7D3744
Text Example
Text Example
White with #7D3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3744; }
p { color: rgb(125,55,68); }
H1.HeaderClassName
{
color: #7D3744;
}
.AnyTagClassName
{
color: #7D3744;
}
</style>
background-color css
<style>
a { background-color: #7D3744; }
a { background-color: rgb(125,55,68); }
div.DivClassName
{
background-color: #7D3744;
}
.BgClassName
{
background-color: #7D3744;
}
</style>
border-color css
<style>
span { border-color: #7D3744; }
span { border-color: rgb(125,55,68); }
td.TdClassName
{
border-color: #7D3744;
}
.TagClassName
{
border-color: #7D3744;
}
</style>