Shades of Camelot #7D3746
Tints of Camelot #7D3746
RGB
CMYK
RGB Variations
Color information
#7D3746 (or 0x7D3746) is known color: Camelot. HEX triplet: 7D, 37 and 46. RGB value is (125,55,70). Sum of RGB (Red+Green+Blue) = 125+55+70=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3746 is #82C8B9. Grayscale: #4D4D4D. Windows color (decimal): -8571066 or 4601725. OLE color: 4601725.
HSL color Cylindrical-coordinate representation of color #7D3746: hue angle of 347.14º 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 #7D3746 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 70 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.51 |
| HSL | 347.14º | 0.39% | 0.35% | - |
| HSV(B) | 347.14º | 0.56% | 0.49% | - |
| XYZ | 10.93 | 7.53 | 6.67 | - |
| YUV | 77.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 70 | 0 | 0.56 | 0.44 | 0.51 | 347.14 | 0.39 | 0.35 |
| Hex | 7D | 37 | 46 | 0 | 38 | 2C | 33 | 15B | 27 | 23 |
| Octal | 175 | 67 | 106 | 0 | 70 | 54 | 63 | 533 | 47 | 43 |
| Binary | 1111101 | 110111 | 1000110 | 0 | 111000 | 101100 | 110011 | 101011011 | 100111 | 100011 |
Color Harmonies of #7D3746
Complementary color
Monochromatic Colors of #7D3746
Black with #7D3746
Text Example
Text Example
White with #7D3746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3746; }
p { color: rgb(125,55,70); }
H1.HeaderClassName
{
color: #7D3746;
}
.AnyTagClassName
{
color: #7D3746;
}
</style>
background-color css
<style>
a { background-color: #7D3746; }
a { background-color: rgb(125,55,70); }
div.DivClassName
{
background-color: #7D3746;
}
.BgClassName
{
background-color: #7D3746;
}
</style>
border-color css
<style>
span { border-color: #7D3746; }
span { border-color: rgb(125,55,70); }
td.TdClassName
{
border-color: #7D3746;
}
.TagClassName
{
border-color: #7D3746;
}
</style>