Shades of Camelot #7D404C
Tints of Camelot #7D404C
RGB
CMYK
RGB Variations
Color information
#7D404C (or 0x7D404C) is known color: Camelot. HEX triplet: 7D, 40 and 4C. RGB value is (125,64,76). Sum of RGB (Red+Green+Blue) = 125+64+76=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D404C is #82BFB3. Grayscale: #535353. Windows color (decimal): -8568756 or 4997245. OLE color: 4997245.
HSL color Cylindrical-coordinate representation of color #7D404C: hue angle of 348.2º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D404C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 76 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.51 |
| HSL | 348.2º | 0.32% | 0.37% | - |
| HSV(B) | 348.2º | 0.49% | 0.49% | - |
| XYZ | 11.6 | 8.55 | 7.88 | - |
| YUV | 83.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 76 | 0 | 0.49 | 0.39 | 0.51 | 348.2 | 0.32 | 0.37 |
| Hex | 7D | 40 | 4C | 0 | 31 | 27 | 33 | 15C | 20 | 25 |
| Octal | 175 | 100 | 114 | 0 | 61 | 47 | 63 | 534 | 40 | 45 |
| Binary | 1111101 | 1000000 | 1001100 | 0 | 110001 | 100111 | 110011 | 101011100 | 100000 | 100101 |
Color Harmonies of #7D404C
Complementary color
Monochromatic Colors of #7D404C
Black with #7D404C
Text Example
Text Example
White with #7D404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D404C; }
p { color: rgb(125,64,76); }
H1.HeaderClassName
{
color: #7D404C;
}
.AnyTagClassName
{
color: #7D404C;
}
</style>
background-color css
<style>
a { background-color: #7D404C; }
a { background-color: rgb(125,64,76); }
div.DivClassName
{
background-color: #7D404C;
}
.BgClassName
{
background-color: #7D404C;
}
</style>
border-color css
<style>
span { border-color: #7D404C; }
span { border-color: rgb(125,64,76); }
td.TdClassName
{
border-color: #7D404C;
}
.TagClassName
{
border-color: #7D404C;
}
</style>