Shades of Camelot #7C434B
Tints of Camelot #7C434B
RGB
CMYK
RGB Variations
Color information
#7C434B (or 0x7C434B) is known color: Camelot. HEX triplet: 7C, 43 and 4B. RGB value is (124,67,75). Sum of RGB (Red+Green+Blue) = 124+67+75=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C434B is #83BCB4. Grayscale: #545454. Windows color (decimal): -8633525 or 4932476. OLE color: 4932476.
HSL color Cylindrical-coordinate representation of color #7C434B: hue angle of 351.58º 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 #7C434B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 75 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.51 |
| HSL | 351.58º | 0.3% | 0.37% | - |
| HSV(B) | 351.58º | 0.46% | 0.49% | - |
| XYZ | 11.59 | 8.81 | 7.75 | - |
| YUV | 84.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 75 | 0 | 0.46 | 0.40 | 0.51 | 351.58 | 0.3 | 0.37 |
| Hex | 7C | 43 | 4B | 0 | 2E | 28 | 33 | 160 | 1E | 25 |
| Octal | 174 | 103 | 113 | 0 | 56 | 50 | 63 | 540 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1001011 | 0 | 101110 | 101000 | 110011 | 101100000 | 11110 | 100101 |
Color Harmonies of #7C434B
Complementary color
Monochromatic Colors of #7C434B
Black with #7C434B
Text Example
Text Example
White with #7C434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C434B; }
p { color: rgb(124,67,75); }
H1.HeaderClassName
{
color: #7C434B;
}
.AnyTagClassName
{
color: #7C434B;
}
</style>
background-color css
<style>
a { background-color: #7C434B; }
a { background-color: rgb(124,67,75); }
div.DivClassName
{
background-color: #7C434B;
}
.BgClassName
{
background-color: #7C434B;
}
</style>
border-color css
<style>
span { border-color: #7C434B; }
span { border-color: rgb(124,67,75); }
td.TdClassName
{
border-color: #7C434B;
}
.TagClassName
{
border-color: #7C434B;
}
</style>