Shades of Camelot #7D424B
Tints of Camelot #7D424B
RGB
CMYK
RGB Variations
Color information
#7D424B (or 0x7D424B) is known color: Camelot. HEX triplet: 7D, 42 and 4B. RGB value is (125,66,75). Sum of RGB (Red+Green+Blue) = 125+66+75=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D424B is #82BDB4. Grayscale: #545454. Windows color (decimal): -8568245 or 4932221. OLE color: 4932221.
HSL color Cylindrical-coordinate representation of color #7D424B: hue angle of 350.85º 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 #7D424B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 75 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.51 |
| HSL | 350.85º | 0.31% | 0.37% | - |
| HSV(B) | 350.85º | 0.47% | 0.49% | - |
| XYZ | 11.68 | 8.76 | 7.73 | - |
| YUV | 84.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 75 | 0 | 0.47 | 0.40 | 0.51 | 350.85 | 0.31 | 0.37 |
| Hex | 7D | 42 | 4B | 0 | 2F | 28 | 33 | 15F | 1F | 25 |
| Octal | 175 | 102 | 113 | 0 | 57 | 50 | 63 | 537 | 37 | 45 |
| Binary | 1111101 | 1000010 | 1001011 | 0 | 101111 | 101000 | 110011 | 101011111 | 11111 | 100101 |
Color Harmonies of #7D424B
Complementary color
Monochromatic Colors of #7D424B
Black with #7D424B
Text Example
Text Example
White with #7D424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D424B; }
p { color: rgb(125,66,75); }
H1.HeaderClassName
{
color: #7D424B;
}
.AnyTagClassName
{
color: #7D424B;
}
</style>
background-color css
<style>
a { background-color: #7D424B; }
a { background-color: rgb(125,66,75); }
div.DivClassName
{
background-color: #7D424B;
}
.BgClassName
{
background-color: #7D424B;
}
</style>
border-color css
<style>
span { border-color: #7D424B; }
span { border-color: rgb(125,66,75); }
td.TdClassName
{
border-color: #7D424B;
}
.TagClassName
{
border-color: #7D424B;
}
</style>