Shades of Camelot #7D424E
Tints of Camelot #7D424E
RGB
CMYK
RGB Variations
Color information
#7D424E (or 0x7D424E) is known color: Camelot. HEX triplet: 7D, 42 and 4E. RGB value is (125,66,78). Sum of RGB (Red+Green+Blue) = 125+66+78=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D424E is #82BDB1. Grayscale: #555555. Windows color (decimal): -8568242 or 5128829. OLE color: 5128829.
HSL color Cylindrical-coordinate representation of color #7D424E: hue angle of 347.8º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D424E is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 78 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.51 |
| HSL | 347.8º | 0.31% | 0.37% | - |
| HSV(B) | 347.8º | 0.47% | 0.49% | - |
| XYZ | 11.78 | 8.81 | 8.29 | - |
| YUV | 85.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 78 | 0 | 0.47 | 0.38 | 0.51 | 347.8 | 0.31 | 0.37 |
| Hex | 7D | 42 | 4E | 0 | 2F | 26 | 33 | 15C | 1F | 25 |
| Octal | 175 | 102 | 116 | 0 | 57 | 46 | 63 | 534 | 37 | 45 |
| Binary | 1111101 | 1000010 | 1001110 | 0 | 101111 | 100110 | 110011 | 101011100 | 11111 | 100101 |
Color Harmonies of #7D424E
Complementary color
Monochromatic Colors of #7D424E
Black with #7D424E
Text Example
Text Example
White with #7D424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D424E; }
p { color: rgb(125,66,78); }
H1.HeaderClassName
{
color: #7D424E;
}
.AnyTagClassName
{
color: #7D424E;
}
</style>
background-color css
<style>
a { background-color: #7D424E; }
a { background-color: rgb(125,66,78); }
div.DivClassName
{
background-color: #7D424E;
}
.BgClassName
{
background-color: #7D424E;
}
</style>
border-color css
<style>
span { border-color: #7D424E; }
span { border-color: rgb(125,66,78); }
td.TdClassName
{
border-color: #7D424E;
}
.TagClassName
{
border-color: #7D424E;
}
</style>