Shades of Camelot #7C434D
Tints of Camelot #7C434D
RGB
CMYK
RGB Variations
Color information
#7C434D (or 0x7C434D) is known color: Camelot. HEX triplet: 7C, 43 and 4D. RGB value is (124,67,77). Sum of RGB (Red+Green+Blue) = 124+67+77=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C434D is #83BCB2. Grayscale: #555555. Windows color (decimal): -8633523 or 5063548. OLE color: 5063548.
HSL color Cylindrical-coordinate representation of color #7C434D: hue angle of 349.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C434D is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 77 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.51 |
| HSL | 349.47º | 0.3% | 0.37% | - |
| HSV(B) | 349.47º | 0.46% | 0.49% | - |
| XYZ | 11.66 | 8.84 | 8.11 | - |
| YUV | 85.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 77 | 0 | 0.46 | 0.38 | 0.51 | 349.47 | 0.3 | 0.37 |
| Hex | 7C | 43 | 4D | 0 | 2E | 26 | 33 | 15D | 1E | 25 |
| Octal | 174 | 103 | 115 | 0 | 56 | 46 | 63 | 535 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1001101 | 0 | 101110 | 100110 | 110011 | 101011101 | 11110 | 100101 |
Color Harmonies of #7C434D
Complementary color
Monochromatic Colors of #7C434D
Black with #7C434D
Text Example
Text Example
White with #7C434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C434D; }
p { color: rgb(124,67,77); }
H1.HeaderClassName
{
color: #7C434D;
}
.AnyTagClassName
{
color: #7C434D;
}
</style>
background-color css
<style>
a { background-color: #7C434D; }
a { background-color: rgb(124,67,77); }
div.DivClassName
{
background-color: #7C434D;
}
.BgClassName
{
background-color: #7C434D;
}
</style>
border-color css
<style>
span { border-color: #7C434D; }
span { border-color: rgb(124,67,77); }
td.TdClassName
{
border-color: #7C434D;
}
.TagClassName
{
border-color: #7C434D;
}
</style>